home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_util / flstd132.zip / FASTLST.DOC < prev    next >
Text File  |  1996-04-19  |  134KB  |  3,657 lines

  1.                 
  2.         **************************************************************
  3.         *                                                            *
  4.         *                                                            *
  5.         *   *******   **     ****   ******  ****     ****   ******   *
  6.         *    **   *  ****   **  **  * ** *   **     **  **  * ** *   *
  7.         *    ** *   **  **  **        **     **     **        **     *
  8.         *    ****   **  **   ****     **     **      ****     **     *
  9.         *    ** *   ******      **    **     **   *     **    **     *
  10.         *    **     **  **  **  **    **     **  ** **  **    **     *
  11.         *   ****    **  **   ****    ****   *******  ****    ****    *
  12.         *                                                            *
  13.         *                                                            *
  14.         *                         Version 1.32                       *
  15.         *                                                            *
  16.         *              The ultimate V7 nodelist processor            *
  17.         *                                                            *
  18.         *                                                            *
  19.         **************************************************************
  20.         *                                                            *
  21.         *        (C) Copyright 1992-1996  by  Alberto Pasquale       *
  22.         *                                                            *
  23.         *            A L L   R I G H T S   R E S E R V E D           *
  24.         *                                                            *
  25.         **************************************************************
  26.         
  27.         
  28.  
  29.                 FastLst 1.32 User's Manual, by Alberto Pasquale
  30.         
  31.         
  32.         
  33.         
  34.                 
  35.                                   INTRODUCTION
  36.         
  37.         
  38.         -> For licensing information, please see License.Doc.
  39.         
  40.         Thanks for evaluating FastLst: the ultimate "Version 7" nodelist
  41.         processor.
  42.         
  43.         Version 7 is a common format for binary nodelists to be used by
  44.         mailers, message editors and all the programs that need access
  45.         to a compiled nodelist.
  46.         
  47.         Main characteristics:
  48.         
  49.         - Compiles to Version 7 format nodelist.
  50.         
  51.         - Support for old "Fidouser.Lst" sysop list.
  52.         
  53.         - Multiple output nodelist (V7) compilation from one config file.
  54.         
  55.         - The complete maintenance of archived lists and diffs is
  56.           achieved through internal flexible configuration, with no need
  57.           for clumsy batch files.
  58.         
  59.         - Uses "Squish(*) Style" Compress.Cfg.
  60.         
  61.         - Can be invoked from a batch file at predefined events: the
  62.           compilation will take place only if some new list/diff is found.
  63.         
  64.         - The 32 bit versions can use "in memory" mode to accomplish
  65.           blazing speed on systems with enough memory or "temporary
  66.           file" mode to avoid very slow operations in compiling large
  67.           nodelists on systems with little physical memory.
  68.         
  69.         - Multitasking friendly
  70.         
  71.         - The OS/2 version allows for priority setting in the
  72.           configuration file.
  73.         
  74.         - Compilation reports can be posted to Fido or Squish format
  75.           message areas.
  76.         
  77.         - Full 4D (point) support, both via the "Point,..." and
  78.           "Boss,..." keywords.
  79.         
  80.         - Internal support for "German type" pointlists.
  81.         
  82.         - Easy addition of nodes via the "Node,<address>,..." keyword
  83.           in a private list.
  84.         
  85.         - In the case of SysOps of multiple nodes, keeps in the sysop
  86.           lists (fidouser.lst and sysop.ndx) all the name/address
  87.           entries. Allows to keep one address only for specified
  88.           ones.
  89.         
  90.         - User Cost (Msg Fee) can be set different from Call Cost.
  91.         
  92.         
  93.         
  94.         
  95.         (*)  This program uses the Squish "MsgAPI" code,
  96.              Copyright 1991-1994 by Lanius Corporation.
  97.              "Squish" and Maximus are trademarks of
  98.              Lanius Corporation.
  99.         
  100.         (**) Binkley is Copyright 1988-1994 Bit Bucket Software
  101.         
  102.         
  103.         (***) 4OS2 is Copyright 1988-1994 JP Software Inc.
  104.         
  105.         
  106.         The archivers referred to throuhgout this documentation and
  107.         the accompanying files are Copyright and/or trademarks of the
  108.         respective owners.
  109.  
  110.         
  111.         
  112.         
  113.                 
  114.                                OVERALL OPERATION
  115.         
  116.         
  117.         FastLst has been designed to be invoked regularly from one of
  118.         your main batch files, after mail has been received or at
  119.         pre-arranged times at your pleasure: if any new (compressed or
  120.         not) nodelist/nodediff is detected, Fastlst processes them as
  121.         required (exiting with Errorlevel 0), otherwise it immediately
  122.         exits (errorlevel 100) with no further delay.
  123.         
  124.         When FastLst detects a changed config or password file, it
  125.         compiles all the affected nodelists even if they are not new.
  126.         
  127.         If you want FastLst to compile all of your nodelists even if no
  128.         new ones are present, you need to use the -f or -i command line
  129.         switch.
  130.         
  131.         For each "output block" in the config file:
  132.         
  133.         - New compressed lists or diffs are detected, unarchived and
  134.           optionally rearchived in a different format.
  135.         
  136.         - New diffs are detected and applied: the resulting new nodelist
  137.           is archived. Before applying a diff, the day number and CRC of
  138.           the old nodelist are compared against the ones requested by
  139.           the diff; after application, the CRC of the new nodelist is
  140.           checked.
  141.         
  142.         - New lists are detected and the pertinent output nodelists are
  143.           rebuilt. If no new list is found for a specific "output
  144.           block", that output nodelist is not compiled, unless the -f or
  145.           -i command line switch is specified.
  146.         
  147.         OS commands can be issued before or after every operation: for
  148.         example you can hatch the just created archive file.
  149.         
  150.         
  151.         ATTENTION:
  152.         
  153.         - Every time the config file is changed, FastLst rebuilds all
  154.           the output nodelists, as if the -f command line switch were
  155.           specified.
  156.         
  157.         - Every time a PasswordFile is changed, FastLst rebuilds the
  158.           nodelists that use it.
  159.  
  160.         
  161.                 
  162.                              INPUT NODELIST FORMAT
  163.         
  164.         
  165.         The source nodelists and nodediffs must be in standard "St.
  166.         Louis" format, as described in FTS-0005. Anyway, FastLst allows
  167.         some extensions in order to support 4D points, "German style"
  168.         pointlists and easy single node specifications.
  169.         
  170.         
  171.                 
  172.         
  173.         
  174.                        4D Point Support: POINT and BOSS keywords
  175.         
  176.         
  177.         the input nodelist format in order to support true "4D" points.
  178.         
  179.         
  180.         First method:
  181.         Points are entered in the nodelist directly following their
  182.         bossnode.  Each one starts with the "Point,<point>" keyword.
  183.         Example:
  184.         
  185.         ...
  186.         ...
  187.         ,504,Videl_3,Modena_I,Roberto_Zanasi,39-59-450600,9600,CM,XA,V32B,V42B
  188.         Point,1,Pasquale,Modena_I,Alberto_Pasquale,-!Unpublished-,9600,
  189.         Point,2,SysOp,Modena_I,Roberto_Zanasi,-!Unpublished-,2400,
  190.         Point,3,Carta,Modena,Francesco_Carta,-!Unpublished-,2400,
  191.         ...
  192.         ...
  193.         
  194.         
  195.         Second method:
  196.         Points are entered in the nodelist following the
  197.         "Boss,<address>" keyword. Example:
  198.         
  199.         ...
  200.         ...
  201.         Boss,2:332/504
  202.         ,1,Pasquale,Modena_I,Alberto_Pasquale,-!Unpublished-,9600,
  203.         ,2,SysOp,Modena_I,Roberto_Zanasi,-!Unpublished-,2400,
  204.         ,3,Carta,Modena,Francesco_Carta,-!Unpublished-,2400,
  205.         ...
  206.         ...
  207.  
  208.         
  209.         
  210.                 
  211.         
  212.                                German Point List
  213.         
  214.         
  215.         This is a "normal" 3D nodelist that lists each Boss as a
  216.         "fakenet" HOST, with the real address as the system name,
  217.         followed by its points listed as nodes.
  218.         
  219.         Example:
  220.         
  221.         The following nodelist segment lists points 2:2400/1.1 .2 .3:
  222.         
  223.         Host,20000,2400/1,City,Sysop_Name,49-951-999999,9600,CM,V34
  224.         ,1,System_Name_1,City_1,Sysop_Name_1,49-951-999999,9600,
  225.         ,2,System_Name_2,City_2,Sysop_Name_2,49-951-999999,9600,
  226.         ,3,System_Name_3,City_3,Sysop_Name_3,49-951-999999,9600,
  227.  
  228.         
  229.         
  230.                 
  231.         
  232.                                 The NODE Keyword
  233.         
  234.         
  235.         Another extension over FTS-0005 is provided to allow easy
  236.         addition of nodes in small private lists.
  237.         
  238.         When you need to add a node to your nodelist to call it or to
  239.         enforce a session password with it, you can use the
  240.         "Node,<address>,..." keyword to avoid the necessity of adding
  241.         its Zone and Host coordinators.
  242.         
  243.         You should specify a full 4D address (point optional).
  244.         
  245.         Any subsequent entry will take the current address as a starting
  246.         point.
  247.         
  248.         E.g.: You want to add 9:8/7.3
  249.         
  250.         With "Node,...":
  251.         ...
  252.         ...
  253.         Node,9:8/7.3,Mickey,DisneyLand,Mickey_Mouse,1-800-111,9600,CM
  254.         ...
  255.         ...
  256.         
  257.         With "Boss,...":
  258.         ...
  259.         ...
  260.         Boss,9:8/7
  261.         ,3,Mickey,DisneyLand,Mickey_Mouse,1-800-111,9600,CM
  262.         ...
  263.         ...
  264.         
  265.         With the traditional method:
  266.         ...
  267.         ...
  268.         Zone,9,...
  269.         Host,8,...
  270.         ,7,...
  271.         Point,3,Mickey,DisneyLand,Mickey_Mouse,1-800-111,9600,CM
  272.         ...
  273.         ...
  274.         
  275.         
  276.         Now let's add 8:7/6 and 8:7/7:
  277.         
  278.         With "Node,...":
  279.         ...
  280.         ...
  281.         Node,8:7/6,Mickey,DisneyLand,Mickey_Mouse,1-800-111,9600,CM
  282.         ,7,Duck,DisneyLand,Donald_Duck,1-800-112,9600,CM
  283.         ...
  284.         ...
  285.         
  286.         With the traditional method:
  287.         ...
  288.         ...
  289.         Zone,8,...
  290.         Host,7,...
  291.         ,6,Mickey,DisneyLand,Mickey_Mouse,1-800-111,9600,CM
  292.         ,7,Duck,DisneyLand,Donald_Duck,1-800-112,9600,CM
  293.         ...
  294.         ...
  295.  
  296.         
  297.         
  298.                 
  299.         
  300.                                MISCELLANEOUS INFO
  301.         
  302.         
  303.                 
  304.         
  305.                                 Multiple Sysops
  306.         
  307.         
  308.         In the case of SysOps of more than one system, all the
  309.         name/address couples are put in the SysOp Name Lists
  310.         (Fidouser.lst and Sysop.ndx).
  311.         
  312.         If you want to keep one only name/address couple for some
  313.         multiple SysOps, you can use the "SysDup <AddrLst>" option in
  314.         the config file: the SysOps who have one of the listed addresses
  315.         will be present in the SysOp lists with that entry only, even if
  316.         they have other addresses.
  317.         
  318.         Example: Let's suppose that Robert Everywhere has 4 nodes:
  319.         
  320.         EveryWhere, Robert      1:456/987.0
  321.         EveryWhere, Robert      2:123/457.0
  322.         EveryWhere, Robert      2:123/457.8
  323.         EveryWhere, Robert      6:321/567.0
  324.         
  325.         By default all the 4 addresses are available in the sysop
  326.         lists (and some programs allow to choose among them, e.g.
  327.         the excellent TimEd message editor by Gerard van Essen).
  328.         
  329.         If you prefer to keep one address only, you can specify the
  330.         desired address in a SysDup line in the config file:
  331.         e.g. "SysDup 2:123/457.8".
  332.         
  333.         
  334.                 
  335.         
  336.                                Redirected Systems
  337.         
  338.         
  339.         Systems that have no valid phone number (Unpublished, on Hold),
  340.         are redirected, provided you do not exclude redirection using
  341.         the "NoRedir" config keyword.
  342.         
  343.         A redirected system is given the phone number, baud rate, modem
  344.         type, cost and flags of the preceding coordinator, the Board
  345.         name is prepended with '-R-'.
  346.         
  347.         If you have a session password with the system to be redirected
  348.         or with the system it should be redirected to, no redirection is
  349.         done in order to prevent password-mismatch errors in the case
  350.         the Unpublished/Hold system calls you.
  351.         
  352.         Points are never redirected.
  353.         
  354.         The systems that have no valid phone number and cannot be
  355.         redirected take an EMPTY phone number string, so that your
  356.         mailer does not send unexpected strings to your modem attempting
  357.         to call these systems, should something appear in your outbound
  358.         addressed to them.
  359.         
  360.         Pay attention: if you want to directly call these
  361.         null_phone-systems or their coordinators, you have to give them
  362.         a phone number using the "Phone <Addr> <NewNumber>" statement in
  363.         the configuration file.
  364.         
  365.         
  366.                 
  367.         
  368.                                   V7 Semaphore
  369.         
  370.         
  371.         To avoid collisions between FastLst and V7-able programs, a
  372.         semaphore for each output nodelist is used.
  373.         
  374.         When FastLst needs exclusive access to the V7 files, it creates
  375.         and keeps open in SH_DENYRW mode a "<NODEX>.BSY" file, where
  376.         <NODEX> is the base name of the nodelist binary data file.
  377.         
  378.         For example, if you use NODEX.DAT, a NODEX.BSY will be created.
  379.         
  380.         When a program must access the V7 nodelist, it should create (if
  381.         not existent) and keep open for reading in SH_DENYWR mode the
  382.         "<NODEX>.BSY" file.
  383.         
  384.         When the access to the V7 files is completed, the program should
  385.         close and delete "<NODEX>.BSY".
  386.         
  387.         This method allows for concurrent access by multiple programs in
  388.         "read" mode, while granting exclusive access to FastLst.
  389.         
  390.         Please note:
  391.         
  392.          - When the "KillAfter" statement is used, FastLst needs
  393.            exclusive access only while deleting/renaming the files.
  394.         
  395.          - The <NODEX>.BSY does NOT need to be deleted in case of
  396.            abnormal termination or power failure since it's considered
  397.            busy only when open.
  398.         
  399.         
  400.         Example for a program that must read V7:
  401.         
  402.         bsyname is the "<NODEX>.BSY" file name;
  403.         timeout is the timeout in seconds;
  404.         the file handle is returned on success, -1 on timeout
  405.         
  406.         
  407.         int waitopen (const char *bsyname, int timeout) // -1 on timeout
  408.         {
  409.           int ret = -1;
  410.           int i = 0;
  411.         
  412.           do {
  413.             if (i > 0)
  414.               sleep (1);
  415.             if (access (bsyname, F_OK)) {       // file not existent
  416.               int handle = open (bsyname, O_WRONLY | O_CREAT, S_IWRITE);
  417.               if (handle != -1)
  418.                 close (handle);
  419.             }
  420.             ret = sopen (bsyname, O_RDONLY, SH_DENYWR);
  421.             i ++;
  422.           } while ((ret == -1) && (i < timeout) &&
  423.                    ((errno == EACCES) || (errno == ENOENT)));
  424.                    // sharing violation or file not found
  425.             return ret;
  426.         }
  427.         
  428.  
  429.         
  430.         
  431.                 
  432.         
  433.                                   INSTALLATION
  434.         
  435.         
  436.         1) There are 4 versions of FastLst:
  437.         
  438.            FASTLST.EXE  OS/2
  439.            FASTLST.EXE  NT
  440.            FASTLST.EXE  DOS 32 bit, with DOS4GW DOS Extender
  441.            FASTL16.EXE  DOS 16 bit
  442.         
  443.            The OS/2, NT and Dos versions are distributed in separate
  444.            archives (see Readme.1st).
  445.         
  446.         
  447.            OS/2 and NT:
  448.         
  449.            You have only to decide whether to use the "FileMode"
  450.            statement in the configuration file. If you have enough
  451.            physical memory available you should use the default "in
  452.            memory" mode. On the other hand, if the execution of FastLst
  453.            is excessively slow, you probably are low on memory and you
  454.            could benefit by the use of the temporary file. You can use
  455.            the "-t" command line switch to experiment, before enabling
  456.            the "FileMode" statement in the configuration file, if really
  457.            necessary.
  458.         
  459.         
  460.            DOS 32 bit:
  461.         
  462.            to be used with Dos on a 386sx or better with free extended
  463.            memory.
  464.         
  465.            If you have enough free extended memory, you can use the
  466.            default and fast "in memory" mode (4MB allow the compilation
  467.            of approximately 64,000 nodes).
  468.         
  469.            If you do not have enough free memory, you can use the
  470.            "temporary file" mode, provided you have 800KB of free
  471.            extended memory (see the "-t" command line switch and the
  472.            "FileMode" configuration statement).
  473.         
  474.            If you have no free extended memory at all, you have to use
  475.            the 16 bit version.
  476.         
  477.         
  478.            DOS 16 bit:
  479.         
  480.            to be used with Dos on 8088 or better.
  481.         
  482.            The only requirement is 530KB (or better 600KB) of free
  483.            conventional memory.
  484.         
  485.            If you can't free enough conventional memory, you must use a
  486.            386sx or better with at least 800KB of free extended memory
  487.            and use the 32 bit version, which has less stringent
  488.            conventional memory requirements.
  489.         
  490.         
  491.         2) Write your FastLst.Cfg.
  492.            You can find useful examples in the Fast_*.Cfg files and
  493.            detailed information in the "CFG REFERENCE" section of this
  494.            documentation.
  495.         
  496.         
  497.         3) Edit your batch file in order to call FastLst whenever you
  498.            would like to test for the presence of new list/diff files
  499.            and process them. If you do not pass a different pathname as
  500.            a command line parameter, FastLst.Cfg must reside in the
  501.            current directory.
  502.         
  503.         
  504.         4) (OS/2): Make sure you have the MSGAPI32.DLL in a directory
  505.              contained in your LIBPATH. MSGAPI32.DLL can be found in the
  506.              Squish 1.11 archive (SQSHP111.LZH).
  507.         
  508.              If you have little memory and FastLst runs excessively
  509.              slow, try using the "temporary file" mode (see the "-t"
  510.              command line switch and the "FileMode" configuration
  511.              statement).
  512.         
  513.         
  514.            (NT): Make sure you have the MSGAPINT.DLL in a directory
  515.              contained in your PATH. MSGAPINT.DLL can be found in the
  516.              Max 3.01 for Windows archive (MAX301N.ZIP).
  517.         
  518.              If you have little memory and FastLst runs excessively
  519.              slow, try using the "temporary file" mode (see the "-t"
  520.              command line switch and the "FileMode" configuration
  521.              statement).
  522.         
  523.         
  524.            (DOS32): Make sure you have the DOS4GW.EXE Dos extender (from
  525.              Rational System Inc.) in your path.
  526.         
  527.              The DOS4GW extender requires an XMS or DPMI memory driver
  528.              installed in your config.sys: e.g. HIMEM.SYS, QEMM (by
  529.              QuarterDeck Office Systems Inc.).
  530.         
  531.              FastLst requires lots of memory to compile long nodelists:
  532.              you must make sure that the Dos extender can make it
  533.              available to FastLst.
  534.         
  535.              If you need more memory than you physically have, you must
  536.              use the "temporary file" mode (see the "-t" command line
  537.              switch and the "FileMode" configuration statement).
  538.         
  539.              You could also use the "in memory" mode and activate the
  540.              DOS4GW virtual memory mode, but it is not recommended since
  541.              it could unacceptably slow down the compilation process.
  542.              Anyway, if you really want to test it on your own, the
  543.              virtual mode is activated using the DOS4GVM environment
  544.              variable (e.g. for 16MB virtual allocation size:
  545.              SET DOS4GVM=VirtualSize#16384).
  546.         
  547.         
  548.            (DOS16): Make sure you have at least 530KB of free
  549.              (conventional) memory. You should use small message buffers
  550.              (MsgSize statement) in order to avoid out of memory
  551.              conditions during the merge-sort process.
  552.         
  553.         
  554.            (DOS): Please note that FastLst tells you (on screen, in the
  555.              logs, in the report message) how much memory remains after
  556.              compilation, so that you can realize when you are running
  557.              in marginal conditions and consequently adjust your
  558.              configuration before you run out of memory.
  559.         
  560.              During the merge-sort process (16 bit and 32 bit in
  561.              "temporary file" mode) FastLst automatically uses the
  562.              maximum number of ways (up to 8) allowed by the available
  563.              memory. The minimum number of ways is obviously 2. So, if
  564.              FastLst reports a "2 Way Merging", you know that the final
  565.              "MemFree <bytes>" is the actual margin for the "out of
  566.              memory" error. On the other hand, if FastLst reports "3 Way
  567.              Merging" or more, you know that there is an additional
  568.              margin for the "out of memory", approximately 60KB for each
  569.              way above the minimum of 2.
  570.         
  571.         
  572.         
  573.                 
  574.         
  575.                              COMMAND LINE SWITCHES
  576.         
  577.         
  578.         -c<cfg>
  579.                 Use <cfg> configuration file instead of FASTLST.CFG.
  580.         
  581.         -f
  582.                 Force compilation even if no new list/diff has been
  583.                 detected.
  584.         
  585.         -i      Ignore FastLst.Dat: run as if it were the first time.
  586.                 All nodelists compiled, all exports executed.
  587.         
  588.         -p
  589.                 Prepare: Unarc new lists and diffs, Apply diffs and Arc
  590.                 new nodelists, do not compile nodelists.
  591.         
  592.         -r
  593.                 When applying a diff, FastLst usually deletes the newly
  594.                 generated source nodelist file if a CRC error is
  595.                 detected. With this switch the new nodelist is _not_
  596.                 deleted, so that it will be processed anyway.
  597.         
  598.                 When compiling a list, FastLst usually aborts the
  599.                 compilation of the current output nodelist if a CRC
  600.                 error is detected. With this switch the current output
  601.                 nodelist will be entirely compiled anyway.
  602.         
  603.         -t
  604.                 Toggles between "temporary file" mode and "in memory"
  605.                 mode. If "FileMode" is enabled in the configuration
  606.                 file, it switches to "in memory" mode and vice versa.
  607.         
  608.         -h or -?
  609.                 for help
  610.         
  611.         
  612.                 
  613.         
  614.                                   ERRORLEVELS
  615.         
  616.         
  617.         
  618.           0 - Normal termination, something compiled
  619.           1 - Help requested
  620.           2 - File Open error
  621.           3 - Abnormal termination
  622.           4 - Disk Full
  623.           5 - Can't find config file
  624.           6 - Configuration error
  625.           7 - Out of memory
  626.           8 - Read error while applying diff
  627.           9 - CRC error (applying diff)
  628.          10 - CRC error (compiling list)
  629.          11 - User Break
  630.          12 - Cannot rename temporary output nodelist files
  631.          13 - Cannot open source nodelist file
  632.          14 - Timeout waiting on V7 semaphore
  633.          15 - Too many nodelists in inbound directories
  634.         
  635.         100 - Normal termination, nothing compiled
  636.         
  637.         250 - MsgApi: Init Error
  638.         251 - MsgApi: Area Open Error
  639.         252 - MsgApi: Area Lock Error
  640.         253 - MsgApi: Area Close Error
  641.  
  642.         
  643.         
  644.                 
  645.         
  646.                                  CONFIGURATION
  647.         
  648.         
  649.         Before analyzing the cfg keywords in detail, let's introduce the
  650.         overall mechanism that is at the basis of FastLst's
  651.         configuration.
  652.         
  653.         If you are converting from a different nodelist compiler, please
  654.         forget the old configuration and start from scratch.
  655.         
  656.         FastLst.Cfg is divided into several logical blocks and the
  657.         sequence of the various statements is essential: you cannot just
  658.         put keywords somewhere in the config file; they must be arranged
  659.         in the correct order.
  660.         
  661.         At first, this characteristic of FastLst's configuration could
  662.         appear complex to understand, but, as soon as you will grasp its
  663.         logic, you will understand that it's really easy to write a
  664.         correct configuration file and you will appreciate its
  665.         extraordinary flexibility.
  666.         
  667.         The first block of configuration is the "Global" one.
  668.         The verbs in this block refer to the compilation of all the
  669.         nodelists.
  670.         
  671.         Then there are one or more "Output Blocks": each output block
  672.         refers to the compilation of a single V7 nodelist (e.g.
  673.         NODEX.*).
  674.         
  675.         Each "Output Block" has a "Output section" (with statements
  676.         regarding the compilation of the whole V7 list) and one or more
  677.         "Input blocks" containing the verbs that describe how to compile
  678.         each of the source nodelists.
  679.         
  680.         The first "Output Block" can optionally be of a special kind: a
  681.         "NoCompile" block, whose "Input Blocks" describe nodelists that
  682.         must be maintained (e.g. diffs applied) but not compiled to any
  683.         V7 list.
  684.         
  685.         Some statements can be used in blocks of a particular type only,
  686.         others can be used in many different places depending on what
  687.         nodelists you want to be affected. As a rule of thumb, you can
  688.         use each statement anywhere it seems to be logically acceptable.
  689.         
  690.         If you feel frightened by such abstract considerations, please
  691.         take a look at the example Fast*.Cfg files, so that you can
  692.         quickly realize it's not that difficult.
  693.         
  694.         To write your own configuration file you should start modifying
  695.         the example one that is more adequate to your needs.
  696.         
  697.         Now, let's consider all the verbs that are allowed in FastLst's
  698.         configuration.
  699.  
  700.         
  701.         
  702.                 
  703.         
  704.                                  CFG REFERENCE
  705.         
  706.         
  707.         
  708.         - Items between square brackets (e.g. [<item>]) are optional.
  709.         
  710.         - The names of the various Keywords are NOT case sensitive.
  711.         
  712.         - When a directory path is required, the trailing backslash '\'
  713.           is optional.
  714.         
  715.         - The ';' character starts comments: any character following the
  716.           ';' is ignored, unless inside quoted strings.
  717.         
  718.         - The maximum length of configuration lines is 254 characters,
  719.           so don't go further (you can always split address lists into
  720.           smaller ones).
  721.         
  722.         - In the OS/2 version, any file specification can be a legal
  723.           OS/2 name, between double quotes if necessary.
  724.         
  725.         
  726.         Please, note that the order of the configuration statements
  727.         follows some logical rule. In order not to create confusion in
  728.         the .cfg file and not to break some _necessary_ order relation,
  729.         please follow the scheme proposed in the example Fast*.CFG files
  730.         and in this reference documentation.
  731.         
  732.         Please, be aware that the generation of text files (FidoTxt,
  733.         FidoPrn, FidoUserLst verbs) and the use of lots of options and
  734.         overrides can slow down the compilation process: use only the
  735.         options/overrides that you really need if you mind compilation
  736.         time.
  737.  
  738.         
  739.         
  740.                 
  741.                                   G L O B A L
  742.         
  743.         
  744.         The following verbs can be used in the Global section of
  745.         FastLst.cfg. Some of them can be used in other places also, so
  746.         they are divided into separate sections.
  747.         
  748.         
  749.         
  750.                 
  751.                                   G L O B A L
  752.         
  753.                                    Section A
  754.         
  755.         
  756.         
  757.         The following configuration verbs can be used in the GLOBAL
  758.         section of FastLst.Cfg.
  759.         
  760.         
  761.                         
  762.         
  763.         RegKey <RegKey>
  764.         
  765.                 Registered Users only: <RegKey> is the registration key
  766.                 and it is NOT case sensitive.
  767.         
  768.             Example:
  769.         
  770.                 RegKey dfhyuwru6274623
  771.         
  772.         
  773.         
  774.                         
  775.         
  776.         Priority <type> [<level>]
  777.         
  778.                 Changes the execution priority of the FastLst process
  779.                 (OS/2 only).
  780.         
  781.                 Ignored by NT and DOS versions.
  782.         
  783.                 <type> is one of: Idle Regular High
  784.         
  785.                 <level> is an integer in the range 0...31 and defaults
  786.                 to 0.
  787.         
  788.                 If you do not use this statement, FastLst will run at
  789.                 the default priority, which normally is "Regular 0".
  790.         
  791.             Examples:
  792.         
  793.                 Priority High 31
  794.         
  795.                   Gives Fastlst the highest priority for "non
  796.                   time-critical" processes. It will run fast even if it
  797.                   is in the background and other processes are active.
  798.         
  799.         
  800.                 Priority Idle
  801.         
  802.                   Gives FastLst the lowest priority, so that it loads
  803.                   the system as minimally as possible. It will run
  804.                   significantly slower, especially if in the background
  805.                   or when other CPU intensive processes are in
  806.                   execution.
  807.         
  808.         
  809.         
  810.                         
  811.         
  812.         FileMode
  813.         
  814.                 Enables the temporary file mode (32 bit only).
  815.         
  816.                 Ignored by the 16 bit versions.
  817.         
  818.                 Makes Fastlst use temporary files, so that the memory
  819.                 requirements remain low and independent of the size of
  820.                 the compiled nodelists.
  821.         
  822.                 If you do not use this statement, FastLst (32 bit) uses
  823.                 memory for storing the data it needs for building the V7
  824.                 indexes. If you have not enough free memory, the DOS 32
  825.                 version will return an "out of memory" error while the
  826.                 OS/2 one will run slowly.
  827.         
  828.         
  829.         
  830.                         
  831.         
  832.         StatusLog <LogFile>
  833.         
  834.                 <LogFile> is the name of the file where all the
  835.                 operations performed by FastLst will be logged,
  836.                 following the "Binkley(**) Style".
  837.         
  838.                 In multitasking environments, please be sure to use a
  839.                 file that cannot be used by other processes at the same
  840.                 time. For example: if (in your system) FastLst can be
  841.                 executed while Binkley is running, please use different
  842.                 log files.
  843.         
  844.                 Should you not want the log file, you can comment this
  845.                 keyword out.
  846.         
  847.             Example:
  848.         
  849.                 StatusLog d:\bbs\log\FastLst.log
  850.         
  851.         
  852.         
  853.                         
  854.         
  855.         CompressCfg <compress_cfg>
  856.         
  857.                 This is a "Squish style" compress definition file.
  858.         
  859.                 In the case you are using a case-sensitive
  860.                 de/compression program (e.g. OS/2 ZIP/UNZIP), please
  861.                 make sure to use the correct switches in <compress_cfg>
  862.                 and/or the correct case (Lower/Upper) in <NodeList> and
  863.                 <NodeDiff> specifications.
  864.         
  865.                 You can find the suggested <compress_cfg> in the example
  866.                 Compress.Cfg file included in the FastLst pack.
  867.         
  868.                 If you are already using Squish and or Maximus (*), you
  869.                 can just specify the name of their compress.cfg (but do
  870.                 check that they indicate the necessary switches to avoid
  871.                 case sensitiveness during extraction).
  872.         
  873.                 Refer to the "Compress Definition File" section at the
  874.                 end of this document for the syntax of <compress_cfg>.
  875.         
  876.         
  877.         
  878.                         
  879.         
  880.         TmpPath <TmpDir>
  881.         
  882.                 Specifies a directory to be used for temporary files.
  883.         
  884.                 If TmpPath is not used, FastLst will use the path
  885.                 specified in the TEMP or TMP environment variables or
  886.                 (if they are not defined) the current directory.
  887.         
  888.                 FastLst will not damage any file already present in the
  889.                 temporary directory.
  890.         
  891.                 The 16 bit versions always use temporary files, while
  892.                 the 32 bit ones work in memory unless the "FileMode"
  893.                 statement or -t command line switch are used.
  894.         
  895.         
  896.         
  897.                         
  898.         
  899.         InputPath <NodeDir>
  900.         
  901.                 Specifies the default path for input files (source
  902.                 nodelists/nodediffs). You can override it by using a
  903.                 full pathname in input-file specifications.
  904.         
  905.                 Created if not existing.
  906.         
  907.             Example:
  908.         
  909.                 InputPath d:\bbs\nodelist\
  910.         
  911.         
  912.         
  913.                         
  914.         
  915.         ArcPath <ArcNodeDir>
  916.         
  917.                 Specifies the default path for Archived nodelist files.
  918.                 It usually points to the file area where your TIC
  919.                 processor moves the inbound nodelist archives.
  920.         
  921.                 You can override it by using a full pathname in
  922.                 Archived-file specifications.
  923.         
  924.             Example:
  925.         
  926.                 ArcPath d:\bbs\file\nodelist\
  927.         
  928.         
  929.         
  930.                         
  931.         
  932.         MultiLineDesc <nnn> [<c>]
  933.         
  934.                 By default, files.bbs description must be on a single
  935.                 line; this statement enables Multi-Line support.
  936.         
  937.                 <nnn> is the number of spaces that must precede the
  938.                 continuation lines.
  939.         
  940.                 <c> is the continuation character.
  941.         
  942.                 If <c> is NOT specified, it is assumed that the
  943.                 continuation lines must be preceded by <nnn> spaces.
  944.         
  945.                 If <c> IS specified, it is assumed that the continuation
  946.                 lines must be preceded by <nnn> spaces, the <c>
  947.                 character and one more space.
  948.         
  949.                 For example, to have the 2nd and following description
  950.                 lines in files.bbs start at the 32nd column, use:
  951.         
  952.                 MultiLineDesc 31
  953.         
  954.         
  955.                 A description in files.bbs would be like:
  956.         
  957.                 Test.Zip This is the first description line
  958.                                                this is the 2nd line
  959.                                                this is the 3rd line
  960.                 ^                             ^^
  961.                 1                           31  32
  962.         
  963.                 To have the continuation lines preceded by a '|'
  964.                 character, use:
  965.         
  966.                 MultiLineDesc 29 |
  967.         
  968.         
  969.                 A description in files.bbs would be like:
  970.         
  971.                 Test.Zip This is the first description line
  972.                                              | this is the 2nd line
  973.                                              | this is the 3rd line
  974.                 ^                           ^  ^
  975.                 1                          29  32
  976.         
  977.         
  978.         
  979.                         
  980.         
  981.         KillAfter
  982.         
  983.                 Old V7 files are killed after the new ones have been
  984.                 successfully written.
  985.         
  986.                 The new V7 files are written to temporary names, then
  987.                 the old ones are killed and the new ones renamed (and
  988.                 FastLst retries for 15s in case of error, to be
  989.                 multitasking smart).
  990.         
  991.                 Thus you will always have a valid V7 nodelist, even in
  992.                 the case of a compilation error and consequent compile
  993.                 abortion. Besides, your multitasking system can continue
  994.                 operations while FastLst is working. On the other hand
  995.                 you could need some more spare disk space to hold the
  996.                 old and new files during compilation.
  997.         
  998.         
  999.         
  1000.                         
  1001.         
  1002.         KillSource
  1003.         
  1004.                 Tells FastLst to kill all uncompressed nodelists (that
  1005.                 are also available in archived format) before
  1006.                 terminating.
  1007.         
  1008.                 Please note that FastLst deletes a source nodelist only
  1009.                 if the ArcList statement is defined.
  1010.         
  1011.                 Besides, when the NodeDiff statement is used, an
  1012.                 ArcMethod must be defined to allow the deletion of the
  1013.                 nodelist.
  1014.         
  1015.                 When no NodeDiff is defined, FastLst assumes that the
  1016.                 uncompressed NodeList has been extracted from a
  1017.                 corresponding archive.
  1018.         
  1019.         
  1020.         
  1021.                         
  1022.         
  1023.         BeforeKillSource <command>
  1024.         
  1025.                 This statement is used to invoke a command of your
  1026.                 choice before the source nodelists are killed, upon
  1027.                 FastLst completion.
  1028.         
  1029.                 <command> is executed even if "KillSource" is not used.
  1030.                 It is a means of invoking a command before FastLst ends.
  1031.         
  1032.                 The "NeededBeforeKill" verb must be used to specify the
  1033.                 NodeLists needed by this command: if one of these
  1034.                 nodelists is found new, then this command is invoked
  1035.                 after decompressing all the nodelists that have the
  1036.                 "NeededBeforeKill" attribute (and have not been
  1037.                 decompressed yet).
  1038.         
  1039.                 IMPORTANT: <command> is executed ONLY if some nodelist
  1040.                 affected by a "NeededBeforeKill" verb has been detected
  1041.                 as new.
  1042.         
  1043.                 <command> can be any command that is valid for the
  1044.                 command interpreter specified in your COMSPEC
  1045.                 environment variable.
  1046.         
  1047.                 If <command> invokes an executable file, it is loaded
  1048.                 and executed directly; otherwise your command
  1049.                 interpreter is invoked, so that you can execute a batch
  1050.                 file or any other valid command.
  1051.         
  1052.                 No variable parameters are supported.
  1053.         
  1054.         
  1055.         
  1056.                         
  1057.         
  1058.         Dash2Comma
  1059.         
  1060.                 Change dashes to commas in the phone numbers.
  1061.         
  1062.                 Useful for people that are still connected to ancient
  1063.                 "rotary pulse" electromechanic telephone exchanges.
  1064.         
  1065.         
  1066.         
  1067.                         
  1068.         
  1069.         NoDash
  1070.         
  1071.                 Remove dashes from the phone numbers.
  1072.         
  1073.         
  1074.         
  1075.                         
  1076.         
  1077.         NoReport
  1078.         
  1079.                 Do not output nodelist statistics
  1080.         
  1081.         
  1082.         
  1083.                         
  1084.         
  1085.         NoRedir
  1086.         
  1087.                 Nodes that do not have a valid phone number (Hold,
  1088.                 Unpublished) are usually redirected to their
  1089.                 coordinators.
  1090.         
  1091.                 When this verb is used, redirection does not take place
  1092.                 and the node is given an empty phone number, so that you
  1093.                 never call a system different from that you think you
  1094.                 are calling.
  1095.         
  1096.                 Please note that (even with no NoRedir verb):
  1097.                 - points are never redirected;
  1098.                 - if you have a password with a system or its
  1099.                   coordinator, this node will never be redirected.
  1100.         
  1101.         
  1102.         
  1103.                         
  1104.         
  1105.         V7BugFix
  1106.         
  1107.                 Circumvents a bug with V7 nodelist in Binkley 2.50 (and
  1108.                 perhaps in many other programs whose V7 search function
  1109.                 was inspired by Binkley's sources) that can sometimes
  1110.                 hide segments of V7 nodelist. If you are unsure, keep
  1111.                 this keyword active.
  1112.         
  1113.         
  1114.         
  1115.                         
  1116.         
  1117.         MsgLogArea <path> [-$]
  1118.         
  1119.                 Some information about the compilation can be reported
  1120.                 to a fido or squish message area.
  1121.         
  1122.                 <path> indicates a message area for reporting
  1123.                        compilation logs.
  1124.         
  1125.                 -$     specifies that the area is in Squish format;
  1126.                        otherwise it is assumed to be *.MSG.
  1127.         
  1128.                 The "MsgLog" statement (see Global Section C) can be
  1129.                 used to add some information that is not reported by
  1130.                 default.
  1131.         
  1132.             Examples:
  1133.         
  1134.                 MsgLogArea \bbs\mail\net -$
  1135.                 MsgLogArea \bbs\mail\net\
  1136.         
  1137.         
  1138.         
  1139.                         
  1140.         
  1141.         MsgRemArea <path> [-$]
  1142.         
  1143.                 The comments found in the compiled nodelists can be
  1144.                 selectively reported to a fido or squish message area.
  1145.         
  1146.                 <path> indicates a message area for reporting
  1147.                        compilation logs.
  1148.         
  1149.                 -$     specifies that the area is in Squish format;
  1150.                        otherwise it is assumed to be *.MSG.
  1151.         
  1152.                 The "MsgRem" statement (see Global Section C) MUST be
  1153.                 used to specify which types of comments you want to be
  1154.                 reported.
  1155.         
  1156.                 Please note that no comments are reported if no "MsgRem"
  1157.                 statement is used.
  1158.         
  1159.             Examples:
  1160.         
  1161.                 MsgRemArea \bbs\mail\net -$
  1162.                 MsgRemArea \bbs\mail\net\
  1163.         
  1164.         
  1165.         
  1166.                                 
  1167.         
  1168.         MsgFromNode <address>
  1169.         MsgToNode <address>
  1170.         
  1171.                 Specify the addresses for the created messages.
  1172.         
  1173.                 <address> is a 4D address.
  1174.         
  1175.             Example:
  1176.         
  1177.                 MsgFromNode 2:332/504
  1178.                 MsgToNode   2:332/504.1
  1179.         
  1180.         
  1181.         
  1182.                         
  1183.         
  1184.         MsgTo <name>
  1185.         
  1186.                 Specifies the name of the addressee of the created
  1187.                 messages.
  1188.         
  1189.             Example:
  1190.         
  1191.                 MsgTo Alberto Pasquale
  1192.         
  1193.         
  1194.         
  1195.                         
  1196.         
  1197.         MsgAttr <attributes>
  1198.         
  1199.                 Specifies the attributes for the created messages.
  1200.         
  1201.                 <attributes> can be a (not case sensitive) combination
  1202.                 of:
  1203.         
  1204.                 P : Private
  1205.                 K : Kill/Sent
  1206.                 C : Crash
  1207.                 H : Hold
  1208.                 D : Direct (crash + hold in squish messages)
  1209.         
  1210.             Examples:
  1211.         
  1212.                 MsgAttr P
  1213.                 MsgAttr pk
  1214.         
  1215.         
  1216.         
  1217.                         
  1218.         
  1219.         MsgSize <bytes>
  1220.         
  1221.                 Specifies the maximum size of a single message: after
  1222.                 this length, the message is split.
  1223.         
  1224.                 Defaults to 7K, greater values are recommended, so that
  1225.                 the message is not divided into too many parts.
  1226.         
  1227.                 16 bit: maximum 65535
  1228.                 32 bit: no maximum (4294967295)
  1229.         
  1230.                 WARNING: Dos 16 version has stringent problems of
  1231.                 memory, so you should be happy with the 7K default.
  1232.         
  1233.             Example:
  1234.         
  1235.                 MsgSize 60000
  1236.  
  1237.         
  1238.         
  1239.                         
  1240.         
  1241.         CostNullPhone <Cost> [<UCost>]
  1242.         
  1243.                 Specifies the costs to be assigned to nodes with empty
  1244.                 (unpublished, etc.) phone number.
  1245.         
  1246.                 <Cost> is the "call cost" .
  1247.                 <UCost> is the "user cost" (fee for netmail messages).
  1248.         
  1249.                 <UCost> defaults to <Cost>.
  1250.         
  1251.                 If CostNullPhone is not used, <Cost> defaults to 65535
  1252.                 and <UCost> to 0.
  1253.         
  1254.             Example:
  1255.         
  1256.                 CostNullPhone 1000 0
  1257.         
  1258.             Note:
  1259.         
  1260.                 Some programs might have bugs that cause problems
  1261.                 dealing with high costs (such as the default 65535).
  1262.                 Should you experience problems with entries that have a
  1263.                 "NullPhone", try setting a lower cost e.g.
  1264.                 "CostNullPhone 900 0".
  1265.         
  1266.         
  1267.         
  1268.                 
  1269.         
  1270.                         Cost and Dial translation Tables
  1271.         
  1272.         
  1273.         You can specify costs and dial translations in separate tables
  1274.         or in a combined "Dial and Cost" table.
  1275.         
  1276.         To Europeans: you usually will prefer separate tables, since the
  1277.         dial translations are quite simple. This way you can keep the
  1278.         (very short) dial table always fixed, while adjusting the cost
  1279.         table to your needs. Anyway, if you do not use long cost tables,
  1280.         you could find the combined dial & cost table convenient.
  1281.         
  1282.         To Americans: you have quite long dial tables since you need to
  1283.         list all the "local exchange" codes. So you usually don't like
  1284.         duplicating this list for assigning the costs: you will
  1285.         appreciate the combined table. The custom definition for the
  1286.         list of local exchanges should also speed up the compilation of
  1287.         all the nodelist entries that are out of your Area Code.
  1288.         
  1289.         
  1290.         
  1291.                         
  1292.         
  1293.                                    Cost Table
  1294.         
  1295.         
  1296.         This is the Cost Table to be used in association with a separate
  1297.         Dial table, that must follow.
  1298.         
  1299.         It begins with "Cost" and ends with the "End" keyword.
  1300.         
  1301.         Each entry in the cost table has the following format:
  1302.         
  1303.         <PartPhone> <Cost> [<UCost> [<StripFlags>]]
  1304.         
  1305.         <PartPhone>
  1306.                 is a partial phone number to be matched with the initial
  1307.                 part of nodelist entries. The dashes are ignored. The
  1308.                 <PartPhone> of the last entry must be a single dash "-",
  1309.                 to mean that all the remaining numbers will take the
  1310.                 costs specified there.
  1311.         
  1312.         <Cost>
  1313.                 is the cost field of the compiled nodelist (0->65535).
  1314.                 It represents the "Call Cost" for any node whose phone
  1315.                 number begins with <PartPhone> in the source nodelist
  1316.                 (before dialing translations).
  1317.         
  1318.         <UCost>
  1319.                 is an optional "User Cost" (fee for a netmail message on
  1320.                 BBS). If it is not used, it's taken equal to <Cost>. If
  1321.                 you would like your users to be able to send netmail
  1322.                 messages from the BBS with no need for "credits", you
  1323.                 should set <UCost> to 0.
  1324.         
  1325.         <StripFlags>
  1326.                 is an optional list of nodelist flags (not case
  1327.                 sensitive) to be stripped from entries of nodes whose
  1328.                 phone number begins with <PartPhone>. Thus you can strip
  1329.                 some modem-type flags (V32, HST, ZYX, ...) when calling
  1330.                 into critical areas. This parameter can only be used
  1331.                 after <UCost>.
  1332.         
  1333.         
  1334.         When searching for "PartPhone", the first matching entry is
  1335.         applied: in the case of entries with an initial part in common,
  1336.         you have to specify them in sequence from the longest to the
  1337.         shortest. If no match is possible, the last line specifies the
  1338.         default (thereby international) <Cost> and optional <UCost> and
  1339.         <StripFlags>.
  1340.         
  1341.         
  1342.         WARNING: This table CANNOT be left totally empty: it must contain at
  1343.         least the default entry  "- <Cost>".
  1344.         
  1345.         
  1346.             Example 1:
  1347.         
  1348.                 The following example assigns <UCost> = 0 to all, <Cost>
  1349.                 = 0 to local systems, 60 to domestic and 300 to
  1350.                 international ones.
  1351.         
  1352.                 Cost
  1353.                      39-59         0 0   ; local
  1354.                      39-          60 0   ; domestic long distance
  1355.                      -           300 0   ; international
  1356.                 End
  1357.         
  1358.         
  1359.             Example 2:
  1360.         
  1361.                 Now let's strip some flags from some areas.
  1362.         
  1363.                 Cost
  1364.                       1-703      300 0 HST,H14,H16 ; strip HST
  1365.                      45-123      300 0 V32,V32b    ; strip V32 and V32b
  1366.                      39-59         0 0             ; local
  1367.                      39-          60 0             ; long distance
  1368.                      -           300 0             ; international
  1369.                 End
  1370.         
  1371.         
  1372.             Example 3:
  1373.         
  1374.                 Now let's differentiate between urban and district calls
  1375.                 and between Continental and Intercontinental calls; call
  1376.                 and user cost considered equal.
  1377.         
  1378.                 Cost
  1379.                      39-59-2       5   ; urban
  1380.                      39-59-3       5   ; urban
  1381.                      39-59-4       5   ; urban
  1382.                      39-59-81      5   ; urban
  1383.                      39-59-82      5   ; urban
  1384.                      39-59        30   ; district
  1385.                      39           60   ; domestic long distance
  1386.                      43          100   ; Austria
  1387.                      32          100   ; Belgium
  1388.                      45          100   ; Denmark
  1389.                      33          100   ; France
  1390.                      49          100   ; Germany
  1391.                      44          100   ; UK
  1392.                      31          100   ; Netherlands
  1393.                      34          100   ; Spain
  1394.                      46          100   ; Sweden
  1395.                      41          100   ; Switzerland
  1396.                       1          200   ; USA/Canada
  1397.                      -           300   ; others
  1398.                 End
  1399.         
  1400.         
  1401.             Example 4:
  1402.         
  1403.                 Minimal cost table for sysops that do not want to use
  1404.                 the nodelist cost fields.
  1405.         
  1406.                 Cost
  1407.                   - 0
  1408.                 End
  1409.  
  1410.         
  1411.                         
  1412.         
  1413.                                    Dial Table
  1414.         
  1415.         
  1416.         This table can be used either as a simple Dial Table in
  1417.         association with a separate preceding Cost Table or as a
  1418.         combined Cost/Dial Table (in which case the Cost Table must NOT
  1419.         exist).
  1420.         
  1421.         It begins with "Dial" and ends with the "End" keyword.
  1422.         
  1423.         Each entry has the following format:
  1424.         
  1425.         <PartPhone> [<PreSuf>]
  1426.         
  1427.         or
  1428.         
  1429.         <PartPhone> <PreSuf> [<Cost> [<UCost> [<StripFlags>]]]
  1430.         
  1431.         The first form is for the separate Dial Table, the second one is
  1432.         for the combined Cost/Dial Table.
  1433.         
  1434.         
  1435.         Two additional keywords are allowed inside the combined Dial Table:
  1436.         
  1437.         LocalValues <PartPhone> <PreSuf> [<Cost> [<UCost> [<StripFlags>]]]
  1438.         
  1439.                 Defines the dial translation and costs for the local
  1440.                 exchanges.
  1441.         
  1442.         LocalExchanges <num> ...
  1443.         
  1444.                 Lists all the local exchanges. Please remember that the
  1445.                 line length is limited to 254 characters. You can use
  1446.                 multiple "LocalExchanges <num> ..." lines if you like
  1447.                 short lines or need more than 254 characters.
  1448.         
  1449.                 Please note that all numbers that (after <PartPhone>
  1450.                 stripping) begin with <num> are considered local.
  1451.                 For example, if 220, 221, 222, 223, 224, 225, 226, 227,
  1452.                 228, 229 are all local exchanges, you can indicate 22 to
  1453.                 include them all.
  1454.         
  1455.         The use of these two statements in the place of a long list of
  1456.         normal table lines (one for each local exchange) should also
  1457.         speed up the processing of all the nodelist entries that are not
  1458.         in your area code.
  1459.         
  1460.         
  1461.         
  1462.         <PartPhone>
  1463.                 is a partial phone number to be matched with the initial
  1464.                 part of nodelist entries. The dashes are ignored. The
  1465.                 <PartPhone> of the last entry must be a single dash "-",
  1466.                 to mean that all the remaining numbers will take the
  1467.                 parameters specified there.
  1468.         
  1469.         <PreSuf>
  1470.                 can be one of:
  1471.                     a: <Prefix>
  1472.                     b: /<Suffix>
  1473.                     c: <Prefix>/<Suffix>
  1474.                     d: /
  1475.         
  1476.                 <PartPhone> is stripped from numbers beginning with it,
  1477.                 then <PreSuf> is used to prepend/append the specified
  1478.                 strings to the remainder.
  1479.         
  1480.                 Case a: <Prefix> is prepended.
  1481.                         e.g.: "39- 0"
  1482.                         strips "39-" and adds "0" at the beginning of
  1483.                         the number.
  1484.         
  1485.                 Case b: <Suffix> is appended.
  1486.                         e.g.: "39-59- /!"
  1487.                         strips "39-59-" and adds "!" at the end of the
  1488.                         number.
  1489.         
  1490.                 Case c: <Prefix> is prepended and <Suffix> appended.
  1491.                         e.g.: "39- 0/!"
  1492.                         strips "39-", adds "0" at the beginning and "!"
  1493.                         at the end.
  1494.         
  1495.                 Case d: Nothing is prepended nor appended.
  1496.                         e.g.: "/"
  1497.                         The slash is needed to allow the correct
  1498.                         interpretation of the subsequent fields, in the
  1499.                         case of combined Dial/Cost table.
  1500.         
  1501.                 No spaces are allowed between prefix, suffix and the
  1502.                 separating slash.
  1503.         
  1504.         The remaining fields are used as described in the "Cost Table"
  1505.         section. If the <Cost> field is omitted, it is taken equal to
  1506.         65535.
  1507.         
  1508.         When searching for "PartPhone", the first matching entry is
  1509.         applied: in the case of entries with an initial part in common,
  1510.         you have to specify them in sequence from the longest to the
  1511.         shortest. If no match is possible, the last line specifies the
  1512.         default (thereby international) parameters.
  1513.         
  1514.         WARNING: This table CANNOT be left totally empty: it must contain at
  1515.         least the default entry  "- [<PreSuf>]".
  1516.         
  1517.         
  1518.             Example 1 (separate tables, European viewpoint):
  1519.         
  1520.                 Dial
  1521.                   39-59-      ; local
  1522.                   39-      0  ; domestic
  1523.                   -        00 ; international
  1524.                 End
  1525.         
  1526.                 "39-59": Country and District codes are stripped for
  1527.                          local calls.
  1528.         
  1529.                 "39-"  : Country code is stripped and replaced by "0"
  1530.                          (domestic long distance code) for domestic
  1531.                          calls.
  1532.         
  1533.                 Others:  "00" (International access code) is prepended.
  1534.         
  1535.         
  1536.             Example 2a/2b (combined tables, North American viewpoint):
  1537.         
  1538.                 Since this one is a bit more complex, let's make clear
  1539.                 some points.
  1540.         
  1541.                 There are some groups of phone numbers:
  1542.         
  1543.                 1 - Local numbers.
  1544.                     The Country Code (1) and the Area Code must be
  1545.                     stripped.
  1546.         
  1547.                 2 - Area Code numbers.
  1548.                     They have your same Area Code but they are long
  1549.                     distance.
  1550.                     As far as I know, some of you have to dial the Area
  1551.                     Code and some do not. In any case you usually want
  1552.                     to differentiate costs.
  1553.         
  1554.                     The Country (1) and Area Codes must be stripped and
  1555.                     replaced by the long distance access code (1) and
  1556.                     (for some of you) the Area Code (in the latter case,
  1557.                     the number really remains untouched).
  1558.         
  1559.                     Even if the Country Code for USA/Canada (1) is
  1560.                     numerically equal to your long distance acces code,
  1561.                     they are conceptually quite different, and so they
  1562.                     will be treated.
  1563.         
  1564.                 3 - Domestic numbers.
  1565.                     USA/Canada numbers, with a leading "1", that is the
  1566.                     international Country Code for USA and Canada.
  1567.                     They must be left untouched, since the american long
  1568.                     distance access code is equal to the international
  1569.                     Country Code for North America.
  1570.         
  1571.                 4 - International numbers.
  1572.                     These are numbers out of USA and Canada.
  1573.                     They must be prefixed by "011", that is the
  1574.                     international access code.
  1575.         
  1576.                 And now let's see how to achieve our goal using
  1577.                 FastLst's Dial Table.
  1578.         
  1579.         
  1580.             Example 2a:
  1581.         
  1582.                 Let's suppose:
  1583.         
  1584.                 - we are in Area Code 414
  1585.                 - the 414 must be stripped for LD calls
  1586.                 - the local exchanges are 231, 232, 233, 235, 236, 424
  1587.         
  1588.         
  1589.                 Dial
  1590.                         ; strip 1-414- from local numbers, do not add
  1591.                         ; a prefix, set call and user costs to 0.
  1592.         
  1593.                   LocalValues 1-414- / 0
  1594.                   LocalExchanges 231 232 233 235 236 424
  1595.         
  1596.                         ; Remaining "1-414-" numbers are long distance:
  1597.                         ; strip the 414 Area Code and assign costs = 25.
  1598.         
  1599.                   1-414-  1-  25
  1600.         
  1601.                         ; Remaining "1-" numbers are Domestic Long Distance.
  1602.                         ; Set costs to 50
  1603.         
  1604.                   1-      1-  50
  1605.         
  1606.                         ; Remaining numbers are international.
  1607.                         ; Prepend 011 and set call cost to 250 and
  1608.                         ; user cost to 500
  1609.         
  1610.                   -       011 250 500
  1611.                 End
  1612.         
  1613.         
  1614.         
  1615.             Example 2b:
  1616.         
  1617.                 Let's suppose:
  1618.         
  1619.                 - we are in Area Code 604
  1620.                 - the 604 must NOT be stripped for LD calls
  1621.                 - the local exchanges are 220 221 222 224 228 230 231 240
  1622.                   241 244 250 251 252 253 254 255 257 258 261 263 264 266
  1623.         
  1624.         
  1625.                 Dial
  1626.                         ; strip 1-604- from local numbers, do not add
  1627.                         ; a prefix, set call and user costs to 0.
  1628.         
  1629.                   LocalValues 1-604- / 0
  1630.                   LocalExchanges 220 221 222 224 228 230 231 240
  1631.                   LocalExchanges 241 244 250 251 252 253 254 255
  1632.                   LocalExchanges 257 258 261 263 264 266
  1633.         
  1634.                         ; Remaining "1-604-" numbers are long distance:
  1635.                         ; assign costs = 25.
  1636.         
  1637.                   1-604-  1-604-  25
  1638.         
  1639.                         ; Remaining "1-" numbers are Domestic Long Distance.
  1640.                         ; Set costs to 50
  1641.         
  1642.                   1-      1-  50
  1643.         
  1644.                         ; Remaining numbers are international.
  1645.                         ; Prepend 011 and set call cost to 250 and
  1646.                         ; user cost to 500
  1647.         
  1648.                   -       011 250 500
  1649.                 End
  1650.         
  1651.         
  1652.         
  1653.             Example 3 (combined table, European viewpoint):
  1654.         
  1655.                 The following combined table is equivalent to the
  1656.                 separate "Example 3" for the Cost Table and Example 1
  1657.                 for the Dial Table.
  1658.         
  1659.         
  1660.                 Dial
  1661.                   LocalValues 39-59- / 5
  1662.                   LocalExchanges 2 3 4 81 82    ; urban
  1663.                   39-59- /      30   ; district
  1664.                   39-    0      60   ; domestic long distance
  1665.                   43     0043- 100   ; Austria
  1666.                   32     0032- 100   ; Belgium
  1667.                   45     0045- 100   ; Denmark
  1668.                   33     0033- 100   ; France
  1669.                   49     0049- 100   ; Germany
  1670.                   44     0044- 100   ; UK
  1671.                   31     0031- 100   ; Netherlands
  1672.                   34     0034- 100   ; Spain
  1673.                   46     0046- 100   ; Sweden
  1674.                   41     0041- 100   ; Switzerland
  1675.                   1      001-  200   ; USA/Canada
  1676.                   -      00    300   ; others
  1677.                 End
  1678.         
  1679.         
  1680.         
  1681.             Example 4:
  1682.         
  1683.                 Minimal table for sysops that make dial translations
  1684.                 somewhere else.
  1685.         
  1686.                 Dial
  1687.                   -
  1688.                 End
  1689.  
  1690.         
  1691.         
  1692.                         
  1693.         
  1694.                                 Modem Type Table
  1695.         
  1696.         
  1697.         If you have a modem that does not need different dial strings
  1698.         for different protocol connections, you can skip this section.
  1699.         For Example a Zyxel modem usually needs one only dial string for
  1700.         any type of connection (unless you do not use "Multi-Auto"
  1701.         mode).
  1702.         
  1703.         Instead, if you need different dial strings, you can use the
  1704.         Modem_Type field in conjunction with some front-end feature that
  1705.         allows to specify different dial strings for different modem
  1706.         types ("ModemTrans" in Binkley).
  1707.         
  1708.         Each entry in the TypeDef table has the following format:
  1709.         <Flag> <Value>
  1710.         
  1711.         <Flag> is a Nodelist flag (max 9 chars),
  1712.         <Value> is a number 0->255.
  1713.         
  1714.         The nodelist flags of each node are searched for <Flag>.
  1715.         The <Flag> must match completely a nodelist flag: if <Flag> is
  1716.         V32 and the nodelist flag is V32B, it's not a match.
  1717.         The search is not case sensitive.
  1718.         
  1719.         If <Flag> is found, the corresponding ModemType field is set to
  1720.         <Value>, otherwise the next <Flag> is searched for.
  1721.         
  1722.         The ModemType field of the compiled nodelist will be determined
  1723.         by the first match only: If you define HST before V32, a node
  1724.         with both V32 and HST will have a HST modem type.
  1725.         
  1726.         The following examples are valid for Binkley's new "exact match"
  1727.         modemtrans style only (for use of old bitwise style, see below).
  1728.         
  1729.         
  1730.             Example 1:
  1731.         
  1732.                 for USR Courier Dual Standard V.Everything:
  1733.         
  1734.         
  1735.                 TypeDef
  1736.                   V34   1 ; first choice
  1737.                   VFC   2
  1738.                   V32T  3
  1739.                   H16   4
  1740.                   V32B  5
  1741.                   ZYX   5 ; ZYX implies V32B
  1742.                   Z19   5
  1743.                   Z16   5
  1744.                   H14   6
  1745.                   V32   7
  1746.                   HST   8
  1747.                 End
  1748.         
  1749.         
  1750.             In Binkley.Cfg you can use:
  1751.         
  1752.         
  1753.                 ModemTrans   0 ATB0D/  ; default
  1754.                 ModemTrans   1 ATB0D/  ; V34
  1755.                 ModemTrans   2 ATB0D/  ; VFC
  1756.                 ModemTrans   3 ATB0D/  ; V32T
  1757.                 ModemTrans   4 ATB1D/  ; H16
  1758.                 ModemTrans   5 ATB0D/  ; V32B, ZYX
  1759.                 ModemTrans   6 ATB1D/  ; H14
  1760.                 ModemTrans   7 ATB0D/  ; V32
  1761.                 ModemTrans   8 ATB1D/  ; HST
  1762.         
  1763.         
  1764.         
  1765.             Example 2:
  1766.         
  1767.                 for 2 lines, ISDN and USR DS V.Everything:
  1768.         
  1769.                 The UISDNA, UISDNB, UISDNC entries are required only
  1770.                 until the incorrect ",UISDNA," type entries are changed
  1771.                 to the correct ",U,ISDNA," style or the ISDN flags become
  1772.                 standard flags (not user defined as they currently are).
  1773.         
  1774.         
  1775.                 TypeDef
  1776.                   ISDNC  1
  1777.                   UISDNC 1
  1778.                   ISDNB  2
  1779.                   UISDNB 2
  1780.                   ISDNA  3
  1781.                   UISDNA 3
  1782.                   V34    4
  1783.                   VFC    5
  1784.                   V32T   6
  1785.                   H16    7
  1786.                   V32B   8
  1787.                   ZYX    8 ; ZYX implies V32B
  1788.                   Z19    8
  1789.                   Z16    8
  1790.                   H14    9
  1791.                   V32   10
  1792.                   HST   11
  1793.                 End
  1794.         
  1795.         
  1796.             In Binkley.Cfg, ISDN line, you can use:
  1797.         
  1798.                 ModemTrans   0                     ; don't dial (2400)
  1799.                 ModemTrans   1 <ISDNC_Dial_String> ; ISDNC
  1800.                 ModemTrans   2 <ISDNB_Dial_String> ; ISDNB
  1801.                 ModemTrans   3 <ISDNA_Dial_String> ; ISDNA
  1802.                 ModemTrans   4                     ; don't dial (V34)
  1803.                 ModemTrans   5                     ; don't dial (VFC)
  1804.                 ModemTrans   6                     ; don't dial (V32T)
  1805.                 ModemTrans   7                     ; don't dial (H16)
  1806.                 ModemTrans   8                     ; don't dial (V32B,ZYX)
  1807.                 ModemTrans   9                     ; don't dial (H14)
  1808.                 ModemTrans  10                     ; don't dial (V32)
  1809.                 ModemTrans  11                     ; don't dial (HST)
  1810.         
  1811.         
  1812.             In Binkley.Cfg, USR line, you can use:
  1813.         
  1814.                 ModemTrans   0 ATB0D/  ; default (2400)
  1815.                 ModemTrans   1         ; don't dial (ISDNC)
  1816.                 ModemTrans   2         ; don't dial (ISDNB)
  1817.                 ModemTrans   3         ; don't dial (ISDNA)
  1818.                 ModemTrans   4 ATB0D/  ; V34
  1819.                 ModemTrans   5 ATB0D/  ; VFC
  1820.                 ModemTrans   6 ATB0D/  ; V32T
  1821.                 ModemTrans   7 ATB1D/  ; H16
  1822.                 ModemTrans   8 ATB0D/  ; V32B, ZYX
  1823.                 ModemTrans   9 ATB1D/  ; H14
  1824.                 ModemTrans  10 ATB0D/  ; V32
  1825.                 ModemTrans  11 ATB1D/  ; HST
  1826.         
  1827.         
  1828.         
  1829.             Example 3:
  1830.         
  1831.                 for 2 lines, ISDN and analog, when you want both lines
  1832.                 enabled to dial systems that have both ISDN and analog
  1833.                 access. You usually should not want such a behaviour
  1834.                 (why calling a ISDN system the analog way ?); however,
  1835.                 if you really know what you are doing, here is a viable
  1836.                 trick.
  1837.         
  1838.                 You have to use the "BitType" mode (see below):
  1839.         
  1840.                 BitType
  1841.         
  1842.                 Typedef
  1843.                   ISDNA 1
  1844.                   ISDNB 1
  1845.                   ISDNC 1
  1846.                   V34   2
  1847.                   VFC   2
  1848.                   V32T  2
  1849.                   V32B  2
  1850.                   V32   2
  1851.                 End
  1852.         
  1853.         
  1854.             In Binkley.Cfg, ISDN line, you can use:
  1855.         
  1856.                 ModemTrans 0                      ; don't dial (2400)
  1857.                 ModemTrans 1  <ISDN_Dial_String>  ; ISDN only
  1858.                 ModemTrans 2                      ; don't dial (analog only)
  1859.                 ModemTrans 3  <ISDN_Dial_String>  ; ISDN + analog
  1860.         
  1861.         
  1862.             In Binkley.Cfg, analog line, you can use:
  1863.         
  1864.                 ModemTrans 0 ATDT                 ; 2400
  1865.                 ModemTrans 1                      ; don't dial (ISDN only)
  1866.                 ModemTrans 2 ATDT                 ; analog only
  1867.                 ModemTrans 3 ATDT                 ; analog + ISDN
  1868.         
  1869.         
  1870.         
  1871.         For compatibility with old Binkleys and derived systems, the
  1872.         following statement is provided:
  1873.         
  1874.         BitType
  1875.         
  1876.         If you need old-style bit-oriented modem type, you must enable
  1877.         this verb. In this case the "TypeDef" works differently:
  1878.         - <Value> should be a power of 2 (1, 2, 4, 8, 16, 32, 64, 128).
  1879.         - The ModemType will be determined by ORing all the <Value>s
  1880.           corresponding to <Flag>s that found a match in the nodelist
  1881.           flags.
  1882.         - The dial string used by your front-end will be determined by
  1883.           the order of their specifications (the first ModemTrans that
  1884.           has some bit in common with the modem type will be used).
  1885.         
  1886.             Example for USR Courier Dual Standard V.Everything:
  1887.         
  1888.                 BitType
  1889.         
  1890.                 TypeDef
  1891.                   V34   1 ; first choice
  1892.                   VFC   2
  1893.                   V32T  4
  1894.                   H16   8
  1895.                   V32B 16
  1896.                   ZYX  16 ; ZYX implies V32B
  1897.                   Z19  16
  1898.                   Z16  16
  1899.                   H14  32
  1900.                   V32  64
  1901.                   HST 128
  1902.                 End
  1903.         
  1904.         
  1905.             In Binkley.Cfg you can use:
  1906.         
  1907.         
  1908.                 ModemTrans   0 ATB0D/  ; default
  1909.                 ModemTrans   1 ATB0D/  ; V34
  1910.                 ModemTrans   2 ATB0D/  ; VFC
  1911.                 ModemTrans   4 ATB0D/  ; V32T
  1912.                 ModemTrans   8 ATB1D/  ; H16
  1913.                 ModemTrans  16 ATB0D/  ; V32B, ZYX
  1914.                 ModemTrans  32 ATB1D/  ; H14
  1915.                 ModemTrans  64 ATB0D/  ; V32
  1916.                 ModemTrans 128 ATB1D/  ; HST
  1917.  
  1918.         
  1919.         
  1920.                         
  1921.         
  1922.                                 User Flags Table
  1923.         
  1924.         
  1925.         This is an optional table used to handle the "user defined" bits
  1926.         in the Flags word of the compiled nodelist entry.
  1927.         
  1928.         These bits are named 5,6,7,8,9,A,B,D,E,F where bit 5 is the 6th
  1929.         bit and F is the 16th bit of the word.
  1930.         
  1931.         Using this table, you can associate (source) nodelist flags to user
  1932.         defined bits in the output binary nodelist.
  1933.         
  1934.         The table is delimited by the "FlagDef" and "End" keywords; each
  1935.         line is in the form "<sFlag> <bFlags>" where <sFlag> is a flag
  1936.         (max 9 chars) to be looked for in the source nodelists while
  1937.         <bFlags> represents one or more user-defined bits in the output
  1938.         Flags word.
  1939.         
  1940.             Example:
  1941.         
  1942.                 FlagDef
  1943.                   V42B  AB  ; V42B -> user bits A and B
  1944.                   V32B  DE  ; V32B -> user bits D and E
  1945.                 End
  1946.         
  1947.         
  1948.         To add further flags on a node by node basis, please use the
  1949.         "Flags <Addr> <Flags>" statement.
  1950.         
  1951.         To remove flags, please specify the source flags via the
  1952.         "NodeFlags <Addr> <NewNodeFlags>" statement.
  1953.         
  1954.         
  1955.         
  1956.                 
  1957.         
  1958.                                   G L O B A L
  1959.         
  1960.                                    Section B
  1961.         
  1962.         
  1963.         
  1964.         The statements in this section affect the processing of all
  1965.         the output blocks and thereby of all the input nodelists.
  1966.         
  1967.         These statements can also be used in the "OUTPUT" section of an
  1968.         OUTPUT block or inside an INPUT block, in which case they affect
  1969.         the compilation of the relevant block only.
  1970.         
  1971.         In the case you use a verb that has already been used in a
  1972.         "higher level" block, it will behave as a local override.
  1973.         
  1974.         
  1975.         
  1976.                         
  1977.         
  1978.         NeededBeforeKill
  1979.         
  1980.                 Tells FastLst that the affected NodeList(s) are needed
  1981.                 by the command run via the "BeforeKillSource" statement.
  1982.         
  1983.                 The "BeforeKillSource" verb allows you to run a command
  1984.                 (executable or batch file) after the compilation has
  1985.                 completed, just before FastLst ends and (if "KillSource"
  1986.                 is used) deletes the source files that are also present
  1987.                 in archived form.
  1988.         
  1989.                 The lists affected by "NeededBeforeKill" are extracted,
  1990.                 if not already present, before the "BeforeKillSource"
  1991.                 command is executed.
  1992.         
  1993.         
  1994.         
  1995.                         
  1996.         
  1997.         ArcMethod <meth>[,<f>] ...
  1998.         
  1999.                 Tells FastLst that it must make sure that all new
  2000.                 nodelists are archived using the specified methods.
  2001.                 The original archive is NOT killed.
  2002.         
  2003.                 Obviously, a new nodelist is not rearchived to its
  2004.                 original method.
  2005.         
  2006.                 <meth> is the name of an archiver defined in
  2007.                 compress.cfg.
  2008.         
  2009.                 <f> is the optional specification of the letter to be
  2010.                 used for the variable archive extension. If not
  2011.                 specified, it is assumed equal to the first letter of
  2012.                 the defaults extension for this archiver.
  2013.         
  2014.                 Multiple ArcMethod statements are allowed.
  2015.         
  2016.         
  2017.             Example 1:
  2018.         
  2019.                 ArcMethod ZIP LH,H
  2020.         
  2021.                 NodeList.Z48 arrives: it is archived to NodeList.H48
  2022.                 also, using the LH archiver.
  2023.         
  2024.         
  2025.             Example 2:
  2026.         
  2027.                 ArcMethod ZIP LH
  2028.         
  2029.         
  2030.                 NodeDiff.Z48 arrives: the resulting nodelist is archived
  2031.                 to NodeList.Z48 using the ZIP archiver and to
  2032.                 NodeList.L48 using LH.
  2033.         
  2034.         
  2035.         
  2036.                         
  2037.         
  2038.         ArcDiffMethod <meth>[,<f>] ...
  2039.         
  2040.                 Tells FastLst that it must make sure that all new
  2041.                 nodediffs are archived using the specified methods.
  2042.                 The original archive is NOT killed.
  2043.         
  2044.                 Obviously, a new nodediff is not rearchived to its
  2045.                 original method.
  2046.         
  2047.                 <meth> is the name of an archiver defined in
  2048.                 compress.cfg.
  2049.         
  2050.                 <f> is the optional specification of the letter to be
  2051.                 used for the variable archive extension. If not
  2052.                 specified, it is assumed equal to the first letter of
  2053.                 the defaults extension for this archiver.
  2054.         
  2055.                 Multiple ArcDiffMethod statements are allowed.
  2056.         
  2057.         
  2058.             Example:
  2059.         
  2060.                 ArcDiffMethod ZIP LH,H
  2061.         
  2062.                 NodeDiff.Z48 arrives: it is archived to NodeDiff.H48
  2063.                 also, using the LH archiver.
  2064.         
  2065.         
  2066.         
  2067.         
  2068.                 
  2069.         
  2070.                                EXTERNAL COMMANDS
  2071.         
  2072.         
  2073.         The following verbs allow to invoke external commands.
  2074.         
  2075.         <command> can be any legal command-line command: it can be the
  2076.         name of an executable file, a batch file or any command that can
  2077.         be understood by your command-line interpreter (OS/2's CMD,
  2078.         4OS2(***), etc.).
  2079.         
  2080.         If <command> does not directly invoke an executable file,
  2081.         FastLst automatically invokes your default command line
  2082.         interpreter (as specified by the COMSPEC environment variable).
  2083.         
  2084.         
  2085.         
  2086.                 
  2087.                             Archive Related Commands
  2088.         
  2089.         
  2090.         The following verbs share the same syntax:
  2091.         
  2092.         Two parameters are allowed in <command>:
  2093.         
  2094.         %a is translated to the full pathname of the archive file.
  2095.         
  2096.         %f is translated to the name of the file to be added or
  2097.            extracted (no path).
  2098.         
  2099.         <command> is run from the path where %f belongs.
  2100.         
  2101.         
  2102.         
  2103.                         
  2104.         
  2105.         BeforeArcList <command>
  2106.         
  2107.                 Command to be run before archiving a nodelist.
  2108.         
  2109.         
  2110.                         
  2111.         
  2112.         AfterArcList <command>
  2113.         
  2114.                 Command to be run after archiving a nodelist.
  2115.         
  2116.         
  2117.                         
  2118.         
  2119.         BeforeUnArcList <command>
  2120.         
  2121.                 Command to be run before extracting a nodelist.
  2122.         
  2123.         
  2124.                         
  2125.         
  2126.         AfterUnArcList <command>
  2127.         
  2128.                 Command to be run after extracting a nodelist.
  2129.         
  2130.         
  2131.                         
  2132.         
  2133.         BeforeArcDiff <command>
  2134.         
  2135.                 Command to be run before archiving a nodediff.
  2136.         
  2137.         
  2138.                         
  2139.         
  2140.         AfterArcDiff <command>
  2141.         
  2142.                 Command to be run after archiving a nodediff.
  2143.         
  2144.         
  2145.                         
  2146.         
  2147.         BeforeUnArcDiff <command>
  2148.         
  2149.                 Command to be run before extracting a nodediff.
  2150.         
  2151.         
  2152.                         
  2153.         
  2154.         AfterUnArcDiff <command>
  2155.         
  2156.                 Command to be run after extracting a nodediff.
  2157.         
  2158.         
  2159.         
  2160.             Example to hatch the new nodelist (note that you probably
  2161.                     need to specify the location of the config file
  2162.                     since the command is executed from the directory
  2163.                     where %f resides):
  2164.         
  2165.                 AfterArcList Hatch %a NODELIST "New NodeList"
  2166.         
  2167.         
  2168.         
  2169.                 
  2170.         
  2171.                            NodeDiff Related Commands
  2172.         
  2173.         
  2174.         The following verbs accept different parameters:
  2175.         
  2176.         %l is translated to the full pathname of the nodelist.
  2177.         
  2178.         %d is translated to the full pathname of the nodediff.
  2179.         
  2180.         <command> is run from the current directory.
  2181.         
  2182.         
  2183.         
  2184.                         
  2185.         
  2186.         BeforeEdit <command>
  2187.         
  2188.                 Command to be run before applying a nodediff.
  2189.         
  2190.         
  2191.                         
  2192.         
  2193.         AfterEdit <command>
  2194.         
  2195.                 Command to be run after applying a nodediff.
  2196.                 Only %l can be used.
  2197.         
  2198.         
  2199.         
  2200.                 
  2201.         
  2202.                                   G L O B A L
  2203.         
  2204.                                    Section C
  2205.         
  2206.         
  2207.         
  2208.         The statements in this section affect the processing of all
  2209.         the output blocks and thereby of all the input nodelists.
  2210.         
  2211.         These statements can also be used in the "OUTPUT" section of an
  2212.         OUTPUT block (except for the "NoCompile" one) or inside an INPUT
  2213.         block, in which case they affect the compilation of the relevant
  2214.         block only.
  2215.         
  2216.         In the case you use a verb that has already been used in a
  2217.         "higher level" block, it will behave as a local override.
  2218.         
  2219.         
  2220.         
  2221.                         
  2222.         
  2223.         MsgRem [<string>]
  2224.         
  2225.                 If MsgRemArea is used, FastLst reports the following
  2226.                 comments:
  2227.         
  2228.                 No MsgRem statement: none;
  2229.         
  2230.                 MsgRem with no <string>: all;
  2231.         
  2232.                 MsgRem with <string>: only the comments that begin with
  2233.                 ";<l> " where <l> is one of the characters in <string>.
  2234.         
  2235.                 The ";" character in <string> means that the comments
  2236.                 beginning with "; " or ";<word>" can be reported.
  2237.         
  2238.                 Common types of comment lines:
  2239.         
  2240.                 ;S This is a comment for SysOps
  2241.                 ;U This is a comment for users
  2242.                 ;F This comment should appear in formatted Fido lists
  2243.                 ;A This is a comment of general interest
  2244.                 ;E This comment is an error message
  2245.         
  2246.             Example:
  2247.         
  2248.                 "MsgRem SE"
  2249.         
  2250.                 Only comments destined to SysOps and Error messages are
  2251.                 reported (lines beginning with ";S " and ";E ").
  2252.         
  2253.         
  2254.         
  2255.                         
  2256.         
  2257.         MsgLog [NullPhone] [Redirected] [Points]
  2258.         
  2259.                 Some common situations (not really errors) are not
  2260.                 reported to MsgLogArea by default: if you want FastLst
  2261.                 to report them anyway, you can use this statement, but
  2262.                 be aware that very long reports could come out.
  2263.         
  2264.                 "NullPhone": systems with empty phone string are logged.
  2265.         
  2266.                 "Redirected": systems redirected to their coordinators
  2267.                 are logged (Hold, unpublished).
  2268.         
  2269.                 "Points": points with empty phone string are logged; be
  2270.                 aware that most pointlists contain unpublished (thereby
  2271.                 with empty phone) points.
  2272.         
  2273.           Examples:
  2274.         
  2275.                 MsgLog Redirected
  2276.                 MsgLog Redirected NullPhone
  2277.         
  2278.         
  2279.         
  2280.                         
  2281.         
  2282.         GermanPointList
  2283.         
  2284.                 Instructs FastLst to consider the affected nodelist as a
  2285.                 3D German style pointlist. Zone 2 is assumed, if not
  2286.                 explicitly specified in the "NodeList" statement.
  2287.         
  2288.                 This verb is usually used inside an Input Block, so that
  2289.                 it affects that nodelist only.
  2290.         
  2291.                 WARNING: Be aware that using this statement in the
  2292.                 global section or in an Output block affects all the
  2293.                 involved nodelists !
  2294.         
  2295.             Example Input Block:
  2296.         
  2297.                 NodeList Points24.???
  2298.                   GermanPointList
  2299.                   Nodediff Pr24Diff.???
  2300.                   ArcList Points24.??? 1
  2301.                   ArcDiff Pr24Diff.??? 5
  2302.                   ArcListDesc R24 PointList for day %d (%D), %a format
  2303.                   ArcDiffDesc R24 PointDiff for day %d (%D), %a format
  2304.         
  2305.         
  2306.         
  2307.                         
  2308.         
  2309.         BeforeCompile <command>
  2310.         
  2311.                 Command to be run before compiling the affected nodelist.
  2312.         
  2313.                 This statement follows the same rules explained in
  2314.                 "External Commands" in section B.
  2315.         
  2316.                 The %l parameter is translated to the full pathname of
  2317.                 the nodelist.
  2318.         
  2319.                 <command> is run from the current directory.
  2320.         
  2321.         
  2322.         
  2323.                         
  2324.         
  2325.         AfterCompile <command>
  2326.         
  2327.                 Command to be run after compiling the affected nodelist.
  2328.         
  2329.                 This statement follows the same rules explained in
  2330.                 "External Commands" in section B.
  2331.         
  2332.                 The %l parameter is translated to the full pathname of
  2333.                 the nodelist.
  2334.         
  2335.                 <command> is run from the current directory.
  2336.         
  2337.         
  2338.         
  2339.                         
  2340.         
  2341.         SysOpLst
  2342.         
  2343.                 Output SysOp data from all the input nodelists to the
  2344.                 output list (FidoUser.Lst) and/or index (Sysop.ndx).
  2345.         
  2346.             Example:
  2347.         
  2348.                 SysOpLst
  2349.         
  2350.         
  2351.         
  2352.                         
  2353.         
  2354.         FidoTxt [<FidoTxt>]
  2355.         
  2356.                 Generate an 80 Column Text List of nodes.
  2357.                 Nodes included via the "Node,..." method and points are
  2358.                 excluded.
  2359.         
  2360.                 <FidoTxt> optionally specifies an output file name,
  2361.                 which defaults to "NodeList.Txt". If the same file name
  2362.                 has already been used for other nodelists, the output is
  2363.                 appended.
  2364.         
  2365.             Example:
  2366.         
  2367.                 FidoTxt
  2368.         
  2369.         
  2370.         
  2371.                         
  2372.         
  2373.         FidoPrn [<FidoPrn>]
  2374.         
  2375.                 Generate a 132 Column Text List of nodes.
  2376.                 Nodes included via the "Node,..." method and points are
  2377.                 excluded.
  2378.         
  2379.                 <FidoPrn> optionally specifies an output file name,
  2380.                 which defaults to "NodeList.Prn". If the same file name
  2381.                 has already been used for other nodelists, the output is
  2382.                 appended.
  2383.         
  2384.             Example:
  2385.         
  2386.                 FidoPrn
  2387.         
  2388.         
  2389.         
  2390.                         
  2391.         
  2392.         IncCoord <CoordLev>
  2393.         
  2394.                 The coordinators of the specified and upper levels will
  2395.                 be always included, even if excluded by "IncAddr" and
  2396.                 "ExcAddr". <CoordLev> can be ZC, RC, NC, HC.
  2397.         
  2398.             Example:
  2399.         
  2400.                 IncCoord NC
  2401.         
  2402.         
  2403.         
  2404.                 
  2405.         
  2406.                              Global Export Section
  2407.         
  2408.         
  2409.         You can use here the statements described in the "Export Global
  2410.         Section" of the "Export Block" (see "Input Block" inside "Output
  2411.         Block").
  2412.         
  2413.  
  2414.         
  2415.         
  2416.                 
  2417.         
  2418.                             O U T P U T   B L O C K
  2419.         
  2420.         
  2421.         
  2422.         The following verbs define the compilation of a single output
  2423.         binary nodelist.
  2424.         
  2425.         The block begins with a "Output Section", that affects the
  2426.         compilation of all the source (input) nodelists, followed by a
  2427.         sequence of "Input Blocks" that define how to handle each of the
  2428.         source nodelists.
  2429.         
  2430.         The first "output block" can be of a special kind: if the
  2431.         "NoCompile" statement is used instead of "Version7", this block
  2432.         indicates the actions necessary to maintain the specified
  2433.         nodelists, but they are not compiled.
  2434.         
  2435.         
  2436.         
  2437.                         
  2438.         
  2439.         Version7 <Path> <Nodex> [<SysopNdx>]
  2440.         
  2441.                 Start of a block of config verbs defining the generation
  2442.                 of a Version 7 nodelist. You can generate one or more
  2443.                 Version 7 nodelists with different names and path for
  2444.                 the output files. Each "Version7" statement marks the
  2445.                 beginning of a new output-nodelist definition.
  2446.         
  2447.                 <Path> is the path where the output binary data and
  2448.                 index files are placed.
  2449.         
  2450.                 <Nodex> is the file name (no extension) for the data
  2451.                 (.DAT) and address-index (.NDX) files.
  2452.         
  2453.                 <SysopNdx> is the file name for the sysop-index.
  2454.                 When no extension is given, .NDX is assumed if
  2455.                 <SysopNdx> is different from <Nodex>, otherwise the .SDX
  2456.                 extension is used.
  2457.         
  2458.                 If you omit <SysopNdx>, no V7 SysOp-index will be
  2459.                 generated.
  2460.         
  2461.                 The usual names for V7 files are <Nodex>="NODEX" and
  2462.                 <SysopNdx>="SYSOP".
  2463.         
  2464.                 All the following verbs, up to the next "Version7" (if
  2465.                 any), are related to the preceding "Version7" output
  2466.                 files.
  2467.         
  2468.             Examples:
  2469.                                                   ; SysOp Index name
  2470.         
  2471.                 Version7 d:\bbs\v7\ NODEX  SYSOP  ; SYSOP.NDX
  2472.                 Version7 d:\bbs\v7\ NODEX  NODEX  ; NODEX.SDX
  2473.         
  2474.         
  2475.         
  2476.                         
  2477.         
  2478.         NoCompile
  2479.         
  2480.                 This verb can be used to start the first "Output Block",
  2481.                 instead of "Version7".
  2482.         
  2483.                 This way the first output block becomes a "NoCompile"
  2484.                 block and the indicated nodelists are maintained but not
  2485.                 compiled.
  2486.         
  2487.                 This is a means for maintaining a NodeList (applying
  2488.                 nodediffs, archiving with different archivers etc.)
  2489.                 without compiling it.
  2490.         
  2491.                 The statements related to nodelist compilation (see
  2492.                 Global section C) are obviously illegal in a "NoCompile"
  2493.                 block.
  2494.         
  2495.         
  2496.         
  2497.         
  2498.                 
  2499.         
  2500.                              O U T P U T   Section
  2501.         
  2502.         
  2503.         The following verbs affect the compilation of the current output
  2504.         block and must precede the definitions of the input blocks
  2505.         (which start with the Nodelist statement).
  2506.         
  2507.         
  2508.                         
  2509.         
  2510.         FidoUserLst [<FidoUserLst>]
  2511.         
  2512.                 Generate "fidouser.lst style" text SysOp list.
  2513.                 <FidoUserLst> optionally specifies an output file name,
  2514.                 which defaults to "FidoUser.Lst". Different output
  2515.                 blocks require different names.
  2516.         
  2517.             Example:
  2518.         
  2519.                 FidoUserLst
  2520.         
  2521.         
  2522.         
  2523.                         
  2524.         
  2525.         SysDup <AddrLst>
  2526.         
  2527.                 When a SysOp name is present in various nodes, all the
  2528.                 name/address couples are kept in the SysOp lists
  2529.                 (fidouser.lst/sysop.ndx). If you want to keep only one
  2530.                 address you can use one or more SysDup lines: the SysOps
  2531.                 who have the addresses listed in <AddrLst> will be
  2532.                 present in the output sysop lists with the specified
  2533.                 address only. You can use abbreviated addresses, if you
  2534.                 like, provided that the first address of every "SysDup"
  2535.                 is complete (FastLst cannot make any assumption for the
  2536.                 first item in a list).
  2537.         
  2538.             Example:
  2539.         
  2540.                 SysDup 2:332/504 505 336/980 3:25/28.27
  2541.         
  2542.         
  2543.         
  2544.                 
  2545.         
  2546.                                 Block Specifications
  2547.         
  2548.         
  2549.         You can use here the same statements described in the "Global
  2550.         Section B" and (if this is not a "NoCompile" block) "Global
  2551.         Section C" and "Export Global Section" (see the Export Block
  2552.         below).
  2553.         
  2554.         
  2555.         
  2556.                 
  2557.         
  2558.                              ADDRESS SPECIFIC STUFF
  2559.         
  2560.         
  2561.         
  2562.         The following verbs define address specific stuff that will
  2563.         affect the compilation of all the source nodelists compiled in
  2564.         the current output block. These statements are illegal in a
  2565.         "NoCompile" block.
  2566.         
  2567.         If you prefer, you can specify this type of information in the
  2568.         "Address Specific Stuff" section of the pertinent input block.
  2569.         
  2570.         WARNING: make sure all addresses have full info (incl. zone).
  2571.         
  2572.         
  2573.         
  2574.                         
  2575.         
  2576.         Password <Addr> <Password>
  2577.         
  2578.                 Allows to specify <Password> one <Addr> at a time.
  2579.         
  2580.                 Version 7 has no limit on password length, however the
  2581.                 programs that use it are usually limited to 8 chars.
  2582.                 Some (rare) programs have problems with 8 chars and need
  2583.                 a maximum of 7 or 6 chars.
  2584.         
  2585.             Example:
  2586.         
  2587.                 Password 2:332/504.4 Password
  2588.         
  2589.         
  2590.         
  2591.                         
  2592.         
  2593.         PasswordFile <PasswordFile>
  2594.         
  2595.                 Allows to include a password file that contains many
  2596.                 address/password couples, one per line.
  2597.         
  2598.                 In this file you can omit the "Password" keyword.
  2599.         
  2600.                 If you like, you can use some "Password" keywords
  2601.                 together with one "PasswordFile", however you cannot use
  2602.                 more than one "PasswordFile".
  2603.         
  2604.                 Please note that the definitions found in this file have
  2605.                 effect on the current (Output or Input) block ONLY.
  2606.                 FastLst writes to the log file which source or output
  2607.                 nodelist is affected by each passwordfile; so, in case
  2608.                 of doubts, just check the logs.
  2609.         
  2610.             Example:
  2611.         
  2612.                 PasswordFile fidonet.pwd
  2613.         
  2614.         
  2615.         
  2616.                         
  2617.         
  2618.         Phone <Addr> <NewNumber>
  2619.         
  2620.                 Allows to override a nodelist phone number.
  2621.                 <NewNumber> must be in the form used in the nodelist.
  2622.         
  2623.                 Note: if you need to use a script name or an internet
  2624.                 address in the place of the phone number, you must
  2625.                 precede it with YOUR country and area codes, so that
  2626.                 Fastlst will leave the required string after stripping
  2627.                 the prefixes.
  2628.         
  2629.             Examples:
  2630.         
  2631.                 My country code is 39 (Italy) and the area code is 59
  2632.                 (Modena):
  2633.         
  2634.                 Phone 2:332/501.0 39-59-399999      ; local call
  2635.                 Phone 3:456/789.3 61-9-257-890      ; Australian point
  2636.                 Phone 1:106/2000  39-59-#juge*com   ; VMODEM address
  2637.                 Phone 1:123/4567  39-59-12*34*56*78 ; telnet IP address
  2638.                 Phone 2:245/6789  39-59-"Bob.scr"   ; quoted script name
  2639.         
  2640.         
  2641.         
  2642.                         
  2643.         
  2644.         NodeFlags <Addr> <NewNodeFlags>
  2645.         
  2646.                 Allows to substitute the flags listed in the nodelist
  2647.                 entry of <Addr>.
  2648.         
  2649.                 If you want to change the CM flag or modem type flags
  2650.                 (HST, V32b, ZYX) etc, you can use this verb. Please note
  2651.                 that the old flags are lost, so you need to indicate all
  2652.                 the necessary flags.
  2653.         
  2654.                 Please note that <NewNodeFlags> might be empty.
  2655.         
  2656.             Example:
  2657.         
  2658.                 NodeFlags 2:332/501.0 CM,H16,V32b
  2659.         
  2660.         
  2661.         
  2662.                         
  2663.         
  2664.         Flags <Addr> <Flags>
  2665.         
  2666.                 The Flags statement allows to set the "user defined"
  2667.                 bits in the Flags word of the compiled nodelist entry.
  2668.                 These bits are named 5,6,7,8,9,A,B,D,E,F where bit 5 is
  2669.                 the 6th bit and F is the 16th bit of the word.
  2670.         
  2671.                 These bits are "ORed" with those already set by the
  2672.                 "FlagDef" table.
  2673.         
  2674.                 If you need to zero some of the bits, please specify the
  2675.                 source flags with the "NodeFlags" statement.
  2676.         
  2677.             Example:
  2678.         
  2679.                 Flags 2:332/501.0 AB5   ; Set bits 5,A & B.
  2680.         
  2681.         
  2682.         
  2683.                         
  2684.         
  2685.         Cost <Addr> <NewCost> [<NewUCost>]
  2686.         
  2687.                 <NewCost> and <NewUCost> are in the range 0->65535.
  2688.                 Overrides the Cost and User_Cost fields of <Addr> in the
  2689.                 compiled nodelist. If no <NewUCost> is given, it's taken
  2690.                 equal to <NewCost>.
  2691.         
  2692.             Example:
  2693.         
  2694.                 Cost 2:332/501.0 150
  2695.  
  2696.         
  2697.         
  2698.                 
  2699.         
  2700.                                SEGMENT SELECTION
  2701.         
  2702.         
  2703.         The following verbs allow to include or exclude selected
  2704.         <NodeList> segments. If you do not use them, the full <NodeList>
  2705.         is compiled. Be aware that the process of checking each address
  2706.         against the list of segments to be included or excluded could
  2707.         slow down the compilation, even if some gain could come from the
  2708.         exclusion of large segments.
  2709.         
  2710.         These statements are obviously illegal in a "NoCompile" block.
  2711.         
  2712.         These statements can be used in an Input block to affect that
  2713.         nodelist only.
  2714.         
  2715.         
  2716.         
  2717.                         
  2718.         
  2719.         IncAddr <PartAddrLst>
  2720.         
  2721.                 If you want to selectively include nodelist segments,
  2722.                 you can use this option: only zones, regions, nets,
  2723.                 hubs, nodes, points that are listed in <PartAddrLst>
  2724.                 will be present in the output files. You can specify
  2725.                 zone, region/net, hub/node and point numbers.
  2726.         
  2727.             Example:
  2728.         
  2729.                 IncAddr 1 2:33 2:200/100 3:632 4:801/17
  2730.         
  2731.                   Compiles: zone 1, region 33 of zone 2, hub 100 of net
  2732.                   200 of zone 2, net 632 of zone 3, node 4:801/17
  2733.         
  2734.         
  2735.         
  2736.                         
  2737.         
  2738.         ExcAddr <PartAddrLst>
  2739.         
  2740.                 If you want to exclude some segments from the
  2741.                 compilation, you can list them in <PartAddrLst>, in the
  2742.                 same way as for "IncAddr". You can use either "IncAddr"
  2743.                 or "ExcAddr" or both of them to Include only selected
  2744.                 segments and exclude sub-segments.
  2745.         
  2746.             Example:
  2747.         
  2748.                 ExcAddr 2:332/500
  2749.         
  2750.                   Excludes Hub 500 of net 332 of zone 2.
  2751.         
  2752.         
  2753.         
  2754.                         
  2755.         
  2756.         IncSysOp <PartAddrLst>
  2757.         
  2758.                 If not used, all the SysOp entries of the compiled
  2759.                 segments will be in the output SysOp list/index (if
  2760.                 SysOpLst is active). If you want to limit the SysOp
  2761.                 entries to selected segments, you can use this verb,
  2762.                 listing partial addresses in <PartAddrLst>. SysOps from
  2763.                 segments excluded from compilation via "IncAddr" and
  2764.                 "ExcAddr" will obviously never be present in the SysOp
  2765.                 list/index anyway.
  2766.         
  2767.             Example:
  2768.         
  2769.                 IncSysOp 2
  2770.         
  2771.                   Includes only SysOps from zone 2.
  2772.  
  2773.         
  2774.         
  2775.                 
  2776.         
  2777.                              I N P U T   B L O C K
  2778.         
  2779.         
  2780.         The Input Block starts with a "NodeList" statement and continues
  2781.         until the start of the next Input or Output Block (NodeList or
  2782.         Version7 statement respectively) or the end of the configuration
  2783.         file.
  2784.         
  2785.         
  2786.         
  2787.                         
  2788.         
  2789.         NodeList <NodeList> [<PartAddr>]
  2790.         
  2791.                 Start of a block of config verbs defining the processing
  2792.                 of the specified <NodeList> file. You can use many
  2793.                 "NodeList" statements to compile several different
  2794.                 source nodelists into the same output files specified by
  2795.                 the preceding "Version7" statement. Each "NodeList" verb
  2796.                 marks the beginning of a new input-nodelist
  2797.                 processing-info block.
  2798.         
  2799.                 When an address is present in more than one <NodeList>
  2800.                 (e.g. you compile both the full nodelist and the faster
  2801.                 updated local region or zone segment) only the entry
  2802.                 found in the last compiled <NodeList> is put in the
  2803.                 indexes. To have the most up-to-date entries in your V7
  2804.                 indexes, please include local segments after the larger
  2805.                 list.
  2806.         
  2807.                 <NodeList> is the name of the input nodelist.
  2808.                 If you don't specify a path, <InputPath> is assumed.
  2809.         
  2810.                 If a terminal ".???" is specified, all the files with 3
  2811.                 digits at the place of '???' are examined and that with
  2812.                 the latest 3 digit day of the year is choosen for
  2813.                 compilation.
  2814.         
  2815.                 The optional <PartAddr> is a partial address that must
  2816.                 be specified for nodelist segments that do not have full
  2817.                 address info. For example, a REGION segment usually
  2818.                 starts with the "Region," keyword and does not contain
  2819.                 any Zone info: its up to you to tell FastLst which zone
  2820.                 we are talking about. Analogously you should provide
  2821.                 zone and net info when compiling a Hub segment. The
  2822.                 region is assumed equal to the net number of the partial
  2823.                 address, the hub equal to the node number.
  2824.         
  2825.             Examples:
  2826.         
  2827.                 IMPORTANT: Please note that the following lines
  2828.                     represent a list of examples, NOT an example of
  2829.                     multiple nodelist compilation.
  2830.                     After each "NodeList" verb, you must specify all the
  2831.                     statements that affect the compilation of that
  2832.                     particular source file.
  2833.         
  2834.         
  2835.                 NodeList nodelist.???   ; Fidonet nodelist
  2836.         
  2837.                 NodeList region.033 2   ; Region 33 list, zone 2
  2838.         
  2839.                 NodeList region24.??? 2 ; Region 24 list, zone 2
  2840.         
  2841.                 NodeList net.332 2:33   ; Net list, zone 2, region 33
  2842.         
  2843.                 NodeList hub.500 2:332  ; Hub list, zone 2, net 332
  2844.         
  2845.                 NodeList locnode.500 2:332/500 ; Some nodes in zone 2,
  2846.                                                ; net 332, hub 500
  2847.         
  2848.                 NodeList points.504 2:332/504  ; Points of 2:332/504
  2849.                                                ; in "Point," format.
  2850.         
  2851.                 NodeList morenode.lst   ; Some nodes in the "Node,"
  2852.                                         ; format. No <PartAddr> required
  2853.                                         ; since the "Node," line gives
  2854.                                         ; full address info.
  2855.         
  2856.                 NodeList ptlist.???     ; Point List in the "Boss,"
  2857.                                         ; format. No <PartAddr> required
  2858.                                         ; since the "Boss," line gives
  2859.                                         ; full address info.
  2860.         
  2861.         
  2862.         
  2863.                 
  2864.         
  2865.                                  Input Section
  2866.         
  2867.         
  2868.         The following statements affect the handling of the nodelist
  2869.         specified by the last "NodeList" statement (current Input
  2870.         Block).
  2871.         
  2872.         
  2873.         
  2874.                         
  2875.         
  2876.         NodeDiff <NodeDiff>
  2877.         
  2878.                 <NodeDiff> is the name of the nodediff file.
  2879.                 If you don't specify a path, <InputPath> is assumed.
  2880.         
  2881.                 <NodeDiff> must terminate with ".???". FastLst will
  2882.                 search for a suitable <NodeDiff>, considering the files
  2883.                 that have a 3 digit day of the year in the place of the
  2884.                 trailing '???'.
  2885.         
  2886.             Example:
  2887.         
  2888.                 NodeDiff NODEDIFF.???
  2889.         
  2890.         
  2891.         
  2892.                         
  2893.         
  2894.         ArcList <ArcList> [<Keep#>]
  2895.         
  2896.                 You can specify the name of the archive containing
  2897.                 <NodeList>. It is necessary if you use automatic
  2898.                 extraction/rearchiving, but it can even be used only to
  2899.                 delete old files.
  2900.         
  2901.                 <ArcList> is used to extract new nodelists, to compress
  2902.                 them using the methods defined in "ArcMethod", to
  2903.                 compress the new nodelists after the application of
  2904.                 nodediffs.
  2905.         
  2906.                 If <ArcList> has a terminating ".???", all the files
  2907.                 that have a suitable fixed (.zip, .lzh etc.) or variable
  2908.                 (.z10, .z17, .l10, .l17 etc.) extension are considered,
  2909.                 taking the digits as the last 2 digits of the day of the
  2910.                 year.
  2911.         
  2912.                 If you really want to limit search to a specified fixed
  2913.                 or variable extension, you can do:
  2914.                 "ArcList nodelist.zip", to consider .zip only;
  2915.                 "ArcList nodelist.z??", to consider .z?? only.
  2916.         
  2917.                 <Keep#> optionally specifies the number of archives to
  2918.                 be kept, basing on the day of the year (the modification
  2919.                 file date is also used to infer the correct
  2920.                 chronological order).
  2921.         
  2922.                 If you maintain archives with multiple different
  2923.                 extensions (.z??, .l??, etc.) the actual number of files
  2924.                 increases, since multiple files with the same day
  2925.                 extension count for one.
  2926.         
  2927.                 The description associated to the deleted files is
  2928.                 removed from FILES.BBS.
  2929.         
  2930.             Example:
  2931.         
  2932.                 ArcList nodelist.??? 1
  2933.         
  2934.         
  2935.         
  2936.                         
  2937.         
  2938.         ArcDiff <ArcDiff> [<Keep#>]
  2939.         
  2940.                 You can specify the name of the archive containing
  2941.                 <NodeDiff>. It is necessary if you use automatic
  2942.                 extraction/rearchiving, but it can even be used only to
  2943.                 delete old files.
  2944.         
  2945.                 <ArcDiff> must terminate with ".???".
  2946.         
  2947.                 All the files that have 2 digits in the place of the
  2948.                 last 2 '?' are examined, taking the digits as the last 2
  2949.                 digits of the day of the year.
  2950.         
  2951.                 If you really want to limit search to a specified
  2952.                 extension, you can do:
  2953.                 "ArcDiff nodediff.z??", to consider .z?? only.
  2954.         
  2955.                 <Keep#> optionally specifies the number of archives to
  2956.                 be kept, basing on the day of the year (the modification
  2957.                 file date is also used to infer the correct
  2958.                 chronological order). In the case of multiple archive
  2959.                 extensions, the actual number increases consequently.
  2960.         
  2961.                 The description associated to the deleted files is
  2962.                 removed from FILES.BBS.
  2963.         
  2964.             Example:
  2965.         
  2966.                 ArcDiff nodediff.??? 5
  2967.         
  2968.         
  2969.         
  2970.                         
  2971.         
  2972.         ArcListDesc <Desc>
  2973.         ArcDiffDesc <Desc>
  2974.         
  2975.                 You can specify a description to be added to FILES.BBS
  2976.                 for the new nodelist and nodediff files created by
  2977.                 FastLst.
  2978.         
  2979.                 Some parameters are available:
  2980.         
  2981.                 %d : the 3 digit day number (0 padded)
  2982.                 %a : the archiver name
  2983.                 %D : the date, USA format (Feb 10, 1995)
  2984.                 %L : the date, Local format
  2985.         
  2986.             Example:
  2987.         
  2988.                 ArcListDesc Fido Nodelist for day %d (%D), %a format
  2989.                 ArcDiffDesc Fido Nodediff for day %d (%D), %a format
  2990.         
  2991.         
  2992.         
  2993.                 
  2994.         
  2995.                                 Local Specifications
  2996.         
  2997.         
  2998.         You can use here the same statements described in the "Global
  2999.         Section B" and (if we are not in a "NoCompile" block) "Global
  3000.         Section C" and "Export Global Section" (see the Export Block
  3001.         below).
  3002.         
  3003.         
  3004.         
  3005.                 
  3006.         
  3007.                              ADDRESS SPECIFIC STUFF
  3008.         
  3009.         
  3010.         You can specify here the address specific stuff that is related
  3011.         to the current source nodelist (if not inside a "NoCompile"
  3012.         block).
  3013.         
  3014.         If you have already used the "Output section" for specifying
  3015.         this kind of information, you can skip this section.
  3016.         
  3017.         WARNING:
  3018.         
  3019.         Often you will compile segments of a previously compiled
  3020.         nodelist. For example you could have a "NodeList nodelist.???"
  3021.         block for the world nodelist and then a "NodeList region.033"
  3022.         block for your region's nodelist segment.
  3023.         
  3024.         The majority of entries in the latter will be duplicates of
  3025.         entries already found in the former. However, in the case of
  3026.         duplicates, only the entries found in the last involved
  3027.         "NodeList" block will go to the indexes and be active. This way
  3028.         you can compile the full world nodelist while keeping your
  3029.         segment up-to-date with local segments that get updated faster
  3030.         than the full nodelist.
  3031.         
  3032.         When you have to specify "Address Specific Stuff" for nodes that
  3033.         are present in more than one "NodeList", you must do that in the
  3034.         last involved "NodeList" block (or in the Output Section, of
  3035.         course), otherwise your indications will have no effect.
  3036.         
  3037.         For a list of allowed statements, please see the "Address
  3038.         Specific Stuff" section of the "Output" section above.
  3039.         
  3040.         
  3041.         
  3042.                 
  3043.         
  3044.                                SEGMENT SELECTION
  3045.         
  3046.         
  3047.         You can use here the same statements described in "Segment
  3048.         Selection" in the Output Section (if not inside a "NoCompile"
  3049.         block).
  3050.         
  3051.         
  3052.         
  3053.                 
  3054.         
  3055.                                  EXPORT Block
  3056.         
  3057.         
  3058.         FastLst can "export" segments of nodelist: e.g. you can export
  3059.         the Region 25 from the world nodelist to a file called
  3060.         Region25.???, where ??? stands for the day of the year. Note
  3061.         that this feature is for exporting segments of nodelist to a
  3062.         dedicated file. To compile segments you should continue using
  3063.         the "Segment Selection" section of FastLst.Cfg.
  3064.         
  3065.         These blocks MUST be at the _END_ of an "Input Block"; there can
  3066.         be multiple Export Blocks in a single Input Block.
  3067.         
  3068.         Obviously the Export Block is available for compiled nodelists
  3069.         only, thus it is illegal inside a "NoCompile" block.
  3070.         
  3071.         The export is done ONLY when a new NodeList is found (or when
  3072.         the file to be exported exists neither in uncompressed nor in
  3073.         archived form), even if the config file is changed. So, you can
  3074.         safely hatch the created arcfile via the AfterArcExport command
  3075.         with no danger of hatching it all the times you change something
  3076.         in the cfg. Under these conditions, if you really want to export
  3077.         anyway, you must use the -i command line switch.
  3078.         
  3079.         IMPORTANT: If you use the same export filename for multiple
  3080.         source nodelists, all the exported segments are appended one
  3081.         another. This way, if you like, you can make FastLst generate a
  3082.         "plain" nodelist file with many different source nodelists in
  3083.         it, just appended one after another. Some people need this
  3084.         feature to create input for some other program. For this feature
  3085.         to work, you need to specify the '+' parameter in the "Export"
  3086.         statement. See "Export Example" below.
  3087.         
  3088.         
  3089.         
  3090.                         
  3091.         
  3092.         Export [+] <file> [<PartAddrLst>]
  3093.         
  3094.                 The '+' sign must be specified when you want to create a
  3095.                 joined list by exporting multiple nodelists to the same
  3096.                 export <file>. This way the exported file will be
  3097.                 created every time the nodelist is compiled and its
  3098.                 timestamp will not be changed to be equal to the source.
  3099.         
  3100.                 <file> is the name of the file to which you want to
  3101.                 export the selected segment(s).
  3102.         
  3103.                 <PartAddrLst> is the partial address list of segments to
  3104.                 be exported. Usually it is a single partial address.
  3105.                 If omitted, the entire nodelist is exported (useful to
  3106.                 create a joined nodelist).
  3107.         
  3108.                 This statement marks the start of an "Export Block".
  3109.                 Multiple "Export Blocks" are allowed in the same "Input
  3110.                 Block".
  3111.         
  3112.                 N.B. The Export blocks must be at the _END_ of an input
  3113.                 block. See "Export Example" below.
  3114.         
  3115.             Example:
  3116.         
  3117.                 Export region25.??? 2:25
  3118.         
  3119.         
  3120.         
  3121.         
  3122.                 
  3123.         
  3124.                                  Export Section
  3125.         
  3126.         
  3127.         The following verbs define the parameters for the Export
  3128.         specified by the last "Export" statement.
  3129.         
  3130.         
  3131.         
  3132.                         
  3133.         
  3134.         ArcExport <arcfile> [Keep#]
  3135.         
  3136.                 <arcfile> is the name of the archive file to which you
  3137.                 want to compress the exported <file>.
  3138.         
  3139.                 [Keep#] is the optional number of archive versions to be
  3140.                 kept, basing on the day of the year (the modification
  3141.                 file date is also used to infer the correct
  3142.                 chronological order).
  3143.         
  3144.             Example:
  3145.         
  3146.                 ArcExport region25.??? 2
  3147.         
  3148.         
  3149.         
  3150.                         
  3151.         
  3152.         ArcExportDesc <description>
  3153.         
  3154.                 <description> is the description to be applied to
  3155.                 FILES.BBS when a new archive is created.
  3156.         
  3157.             Example:
  3158.         
  3159.                 ArcExportDesc Region 25 %D, %a format
  3160.         
  3161.         
  3162.         
  3163.         
  3164.                 
  3165.         
  3166.                              Export Global Section
  3167.         
  3168.         
  3169.         The following verbs can be used in the "Export Section" of an
  3170.         "Export Block", in the "Input Section" of an "Input Block", in
  3171.         the "Output Section" of an "Output Block", in the "Global
  3172.         Section".
  3173.         
  3174.         In few words, they are legal everywhere except for the
  3175.         "NoCompile" block.
  3176.         
  3177.         Depending on their positions, they affect the involved nodelists
  3178.         only.
  3179.         
  3180.         
  3181.         
  3182.                         
  3183.         
  3184.         ArcExportMethod <meth>[,<f>] ...
  3185.         
  3186.                 Specifies the archive type(s) to be created for the
  3187.                 exported file.
  3188.         
  3189.                 <meth> is the archiver name as defined in Compress.Cfg.
  3190.         
  3191.                 <f> is the optional first letter to be used for variable
  3192.                 archive extensions.
  3193.         
  3194.             Example:
  3195.         
  3196.                 ArcExportMethod zip lh,H
  3197.         
  3198.         
  3199.         
  3200.                                 
  3201.         
  3202.         BeforeArcExport <command>
  3203.         AfterArcExport <command>
  3204.         
  3205.                 Commands to be run before/after archiving the exported
  3206.                 file.
  3207.         
  3208.                 <command> can be any type of command (executable file,
  3209.                 batch file, internal command, alias, etc.) and supports
  3210.                 the %a (full archive name) and %f (name of the file to
  3211.                 be compressed, no path) and is run from the directory
  3212.                 where %f resides.
  3213.         
  3214.                 WARNING: since <command> is executed from the directory
  3215.                 where the file to be compressed belongs, you could need
  3216.                 to specify the location of the config files used by the
  3217.                 programs invoked via <command>.
  3218.         
  3219.             Example:
  3220.         
  3221.                 AfterArcExport Hatch %a
  3222.         
  3223.         
  3224.         
  3225.                         
  3226.         
  3227.         ExportNeededBeforeKill
  3228.         
  3229.                 Specifies that the exported file is needed by the
  3230.                 "BeforeKillSource" command.
  3231.         
  3232.         
  3233.                         
  3234.         
  3235.             Export Example:
  3236.         
  3237.                 NodeList nodelist.???
  3238.                   NodeDiff nodediff.???
  3239.                   ArcList  nodelist.??? 2
  3240.                   ArcDiff  nodediff.??? 5
  3241.                   ArcListDesc Fido Nodelist for day %d (%D), %a format
  3242.                   ArcDiffDesc Fido Nodediff for day %d,(%D), %a format
  3243.                   Export region25.??? 2:25
  3244.                     ArcExport region25.??? 1
  3245.                     ArcExportDesc Region 25 %D, %a format
  3246.                     ArcExportMethod zip lh
  3247.                     AfterArcExport Hatch %a
  3248.                   Export region24.??? 2:24
  3249.                     ArcExport region24.??? 1
  3250.                     ArcExportDesc Region 24 %D, %a format
  3251.                     ArcExportMethod zip
  3252.         
  3253.         
  3254.             Export Example to generate a joined list:
  3255.         
  3256.                 NodeList nodelist.???
  3257.                   NodeDiff nodediff.???
  3258.                   ArcList  nodelist.??? 2
  3259.                   ArcDiff  nodediff.??? 5
  3260.                   ArcListDesc Fido Nodelist for day %d (%D), %a format
  3261.                   ArcDiffDesc Fido Nodediff for day %d,(%D), %a format
  3262.                   Export + megalist.Lst
  3263.         
  3264.                 NodeList zonelist.???
  3265.                   NodeDiff zonediff.???
  3266.                   ArcList  zonelist.??? 2
  3267.                   ArcDiff  zonediff.??? 5
  3268.                   ArcListDesc Zonelist for day %d (%D), %a format
  3269.                   ArcDiffDesc Zonediff for day %d,(%D), %a format
  3270.                   Export + megalist.Lst
  3271.                     ArcExport megalist.??? 1
  3272.                     ArcExportDesc MegaList, %a format
  3273.                     ArcExportMethod zip lh
  3274.  
  3275.         
  3276.         
  3277.                         
  3278.         
  3279.                             COMPRESS DEFINITION FILE
  3280.         
  3281.         
  3282.         The <compress_cfg> file is a sequence of Archive definition
  3283.         blocks, each one starting with "Archiver" and ending with "End
  3284.         Archiver". You can find an example in the Compress.Cfg file
  3285.         included in the FastLst distribution pack.
  3286.         
  3287.         The order of the archive definition blocks within <compress_cfg>
  3288.         may be important: when trying to unpack a compressed file, the
  3289.         list of archivers is scanned in a reverse order.
  3290.         
  3291.         In the case of two archivers that use the same identification
  3292.         character at the beginning of the file (e.g. ARC and PAK), you
  3293.         must specify the archiver that can unpack both (PAK) after the
  3294.         other one (ARC).
  3295.         
  3296.         The compress.cfg file can be shared between DOS/NT and OS/2
  3297.         applications: the "DOS" and "OS2" keywords are available to
  3298.         distinguish between the commands to be used under DOS/NT and
  3299.         OS/2.
  3300.         
  3301.         O.S. specific archivers or commands must be prefixed with the
  3302.         relevant keyword.
  3303.         
  3304.         IMPORTANT NOTE: The lines that begin with "DOS" or "OS2" are
  3305.         parsed by FastLst's DOS/NT and OS2 versions respectively. If you
  3306.         need your FastLst/2 execute a DOS command, you MUST NOT use the
  3307.         DOS keyword: if you do, FastLst/2 will never parse that line; if
  3308.         you do not, Fastlst/2 will execute the DOS command "normally",
  3309.         provided you have installed OS/2's Dos support.
  3310.         
  3311.         
  3312.         
  3313.                         
  3314.         
  3315.         Archiver <ARCname>
  3316.         
  3317.                 Starts the Archive definition block.
  3318.         
  3319.                 <ARCname> is the name used in FastLst.Cfg for this
  3320.                 archiver.
  3321.         
  3322.             Example:
  3323.         
  3324.                 Archiver ZIP
  3325.         
  3326.         
  3327.         
  3328.                         
  3329.         
  3330.         Extension  <ext>
  3331.         
  3332.                 Specifies the default extension for the compressed
  3333.                 files.
  3334.         
  3335.             Example:
  3336.         
  3337.                 Extension ZIP
  3338.         
  3339.         
  3340.         
  3341.                         
  3342.         
  3343.         Ident <ofs>,<ID>
  3344.         
  3345.                 <ofs> is a decimal integer number representing the
  3346.                 offset at which FastLst must look for the archive
  3347.                 identity marker <ID>.
  3348.         
  3349.                 Negative values can be used to indicate offsets from the
  3350.                 END of a compressed file. -1 means "the last byte", -2
  3351.                 "the second last byte" and so on.
  3352.         
  3353.                 <ID> is a series of hexadecimal figures which represent
  3354.                 the bytes of the marker string that FastLst must look
  3355.                 for at the specified offset in the files it is trying to
  3356.                 unpack.
  3357.         
  3358.             Example:
  3359.         
  3360.                 Ident 0,504b0304  ; "PK^c^d"
  3361.         
  3362.         
  3363.         
  3364.                         
  3365.         
  3366.         Add <command>
  3367.         
  3368.                 Specifies the command to add files to an archive.
  3369.                 %a and %f are translated to the name of the archive and
  3370.                 file to add.
  3371.         
  3372.             Example:
  3373.         
  3374.                 Add zip -jk %a %f
  3375.         
  3376.         
  3377.         
  3378.                         
  3379.         
  3380.         Extract <command>
  3381.         
  3382.                 Specifies the command to extract files from an archive.
  3383.                 %a and %f are translated to the name of the archive and
  3384.                 file to extract.
  3385.         
  3386.             Example:
  3387.         
  3388.                 Extract unzip -qqnjC %a %f
  3389.         
  3390.         
  3391.         
  3392.                         
  3393.         
  3394.         View <command>
  3395.         
  3396.                 This line is recognized and accepted for compatibility,
  3397.                 but not used by FastLst.
  3398.         
  3399.         
  3400.         
  3401.                         
  3402.         
  3403.         End Archiver
  3404.         
  3405.                 This statement is used to close a Archive definition.
  3406.         
  3407.         
  3408.         
  3409.                         
  3410.         
  3411.             Complete example 1 (you need OS/2 only):
  3412.         
  3413.         Archiver ZIP
  3414.              Extension     ZIP
  3415.              Ident         0,504b0304
  3416.              Add           zip -jk %a %f
  3417.              Extract       unzip -qqnjC %a %f
  3418.              View          unzip -v %a
  3419.         End Archiver
  3420.         
  3421.         
  3422.             Complete example 2 (you need DOS only):
  3423.         
  3424.         Archiver ZIP
  3425.              Extension     ZIP
  3426.              Ident         0,504b0304
  3427.              Add           pkzip -a %a %f
  3428.              Extract       pkunzip -n %a %f
  3429.              View          pkzip -v %a
  3430.         End Archiver
  3431.         
  3432.         
  3433.             Complete example 3 (you need both OS/2 and DOS):
  3434.         
  3435.         Archiver ZIP
  3436.              Extension     ZIP
  3437.              Ident         0,504b0304
  3438.         OS2  Add           zip -jk %a %f
  3439.         DOS  Add           pkzip -a %a %f
  3440.         OS2  Extract       unzip -qqnjC %a %f
  3441.         DOS  Extract       pkunzip -n %a %f
  3442.         OS2  View          unzip -v %a
  3443.         DOS  View          pkzip -v %a
  3444.         End Archiver
  3445.         
  3446.         
  3447.             Complete example 4 (archiver to be used under DOS only):
  3448.         
  3449.         DOS Archiver ZOO
  3450.         DOS     Extension       ZOO
  3451.         DOS     Ident           0,5a4f4f                        ; "ZOO"
  3452.         DOS     Add             zoo a: %a %f
  3453.         DOS     Extract         zoo e:O %a %f
  3454.         DOS     View            zoo v %a
  3455.         DOS End Archiver
  3456.         
  3457.         
  3458.             Complete example 5 (it's a DOS executable, to be used under
  3459.                                 DOS or OS/2 indifferently):
  3460.         
  3461.         Archiver ZOO
  3462.              Extension       ZOO
  3463.              Ident           0,5a4f4f                        ; "ZOO"
  3464.              Add             zoo a: %a %f
  3465.              Extract         zoo e:O %a %f
  3466.              View            zoo v %a
  3467.         End Archiver
  3468.  
  3469.         
  3470.         
  3471.                 
  3472.         
  3473.                          T R O U B L E S H O O T I N G
  3474.         
  3475.         
  3476.                 
  3477.         
  3478.         Problem:  FastLst does not extract the correct
  3479.                   nodelist/nodediff.
  3480.         
  3481.         Solution: Perhaps there is some nodelist/nodediff with corrupted
  3482.                   file date. Check your "ArcPath", manually extract to
  3483.                   the "InputPath" the required nodelist/nodediff and
  3484.                   delete the archive (or reset its file-date so that it
  3485.                   is similar to that of the enclosed file). FastLst will
  3486.                   automatically rearchive the nodelist/nodediff if you
  3487.                   use "ArcMethod"/"ArcDiffMethod", otherwise you can
  3488.                   rearchive manually.
  3489.         
  3490.         
  3491.                 
  3492.         
  3493.         Problem:  FastLst runs out of memory (Dos versions).
  3494.         
  3495.         Solution: DOS 16: - try freeing as much conventional memory as
  3496.                             possible.
  3497.                           - reduce the "MsgSize" buffer, if you have
  3498.                             used that statement in the configuration.
  3499.                           - be aware that 530K of free conventional
  3500.                             memory is the minimum requirement.
  3501.                           - If you have a 386sx or better, you can use
  3502.                             the 32 bit version that has less stringent
  3503.                             conventional memory requirements, but you
  3504.                             will need at least 800KB of extended memory.
  3505.         
  3506.                   DOS 32: - give more DPMI memory to FastLst
  3507.                           - enable the temporary file method: use the -t
  3508.                             command line switch or the "FileMode"
  3509.                             statement in the configuration file.
  3510.         
  3511.         
  3512.                 
  3513.         
  3514.         Problem:  Some program behaves oddly while accessing entries
  3515.                   that contain an empty phone number.
  3516.         
  3517.         Solution: The problem might be caused by the cost that is
  3518.                   assigned to empty-phone nodes (65535 by default).
  3519.                   Try using the "CostNullPhone" global statement to give
  3520.                   lower costs.
  3521.         
  3522.                   Example:
  3523.         
  3524.                   CostNullPhone 900 0
  3525.         
  3526.         
  3527.                 
  3528.         
  3529.         Problem:  The SysOp List is empty, even if I have specified its
  3530.                   name in the configuration.
  3531.         
  3532.         Solution: You must use the SysOpLst statement to specify which
  3533.                   nodelists must be considered for output to the SysOp
  3534.                   list.
  3535.         
  3536.         
  3537.                 
  3538.         
  3539.         Problem:  FastLst works very slowly (OS/2 version).
  3540.         
  3541.         Solution: Perhaps you are compiling a large nodelist or set of
  3542.                   nodelists on a system with few MegaBytes of free
  3543.                   physical RAM, so that OS/2 needs to extensively use
  3544.                   virtual memory. Try using the "temporary file" method:
  3545.                   specify the -t command line switch or use the
  3546.                   "FileMode" statement in the configuration file.
  3547.         
  3548.         
  3549.                 
  3550.         
  3551.         Problem:  FastLst loads the system excessively, so that other
  3552.                   OS/2 tasks don't perform properly (OS/2 version).
  3553.         
  3554.         Solution: Use the "Priority Idle" statement in the configuration
  3555.                   file, so that FastLst receives its time slices only
  3556.                   when other processes with higher priority are idle.
  3557.         
  3558.         
  3559.                 
  3560.         
  3561.         Problem:  I run FastLst while the communications are off, so I
  3562.                   would like it to run as fast as possible even if it is
  3563.                   in the background and other tasks are active (OS/2
  3564.                   version).
  3565.         
  3566.         Solution: Use the "Priority High 31" statement in the
  3567.                   configuration file, so that FastLst receives the
  3568.                   maximum priority for "non time-critical" processes.
  3569.         
  3570.         
  3571.                 
  3572.         
  3573.         Problem:  FastLst does not apply the archived Diffs.
  3574.         
  3575.         Solution: Remember that "InputPath <path>" is the default path
  3576.                   for lists and diffs, while "ArcPath <path>" is the one
  3577.                   for archives.
  3578.         
  3579.                   Please compare your Compress.cfg with the example one,
  3580.                   check the paths and try the commands manually.
  3581.         
  3582.                   Check the day-extensions and time-stamps of the
  3583.                   relevant files.
  3584.                  
  3585.         
  3586.                 
  3587.         
  3588.         Problem:  The Dos/32 version of FastLst aborts with an exception
  3589.                   from the Dos extender.
  3590.         
  3591.         Solution: Try using the 16 bit version.
  3592.                   If this works, try again the 32 bit version, but
  3593.                   starting with a "clean" config.sys and autoexec.bat
  3594.                   (the Dos extender might be incompatible with some of
  3595.                   your loaded drivers or TSRs.
  3596.         
  3597.         
  3598.                 
  3599.         
  3600.         Problem:  How can I put script names or internet addresses in
  3601.                   the place of a phone number ?
  3602.         
  3603.         Solution: You must use the "Phone <address> <phone#>" statement
  3604.                   and prefix the desired string with YOUR country and
  3605.                   area codes, so that FastLst strips these codes and
  3606.                   uses the remaining string as a "local" phone number.
  3607.         
  3608.                   Examples for people living in Modena (area code 59),
  3609.                   Italy (country code 39):
  3610.         
  3611.                   Phone 2:2454/169 39-59-"Roland.scr"
  3612.                   Phone 1:106/2000 39-59-#juge*com
  3613.         
  3614.                   Node 2:2454/169 will have the script name "Roland.scr"
  3615.                   (quotes included) as its phone number in the binary
  3616.                   nodelist output, while node 1:106/2000 will have the
  3617.                   VMODEM address #juge*com.
  3618.         
  3619.         
  3620.                 
  3621.         
  3622.         Problem:  How can I export a Region segment together with the
  3623.                   zone-level entries ?
  3624.         
  3625.         Solution: The zone level entries have the Region/Net field equal
  3626.                   to the zone number; you can use the Export statement
  3627.                   in the following way:
  3628.         
  3629.                   export MyR33.??? 1:1 2:2 2:33 3:3 4:4 5:5 6:6
  3630.         
  3631.         
  3632.                 
  3633.         
  3634.         Problem:  I cannot find the solution to my problems.
  3635.         
  3636.         Solution: - Try linking the APWORKS support echo
  3637.                   - Try asking your local supporter
  3638.                   - Try asking the author directly
  3639.                   You can find the addresses in the ReadMe.1st file.
  3640.         
  3641.  
  3642.         
  3643.                 
  3644.         
  3645.                                S H A R E W A R E
  3646.         
  3647.         
  3648.         If you like this program and continue using it, you should pay
  3649.         the author for his work, as per the ShareWare concept of
  3650.         distribution.
  3651.         
  3652.         Please see LICENSE.DOC and REGISTER.DOC for information.
  3653.         
  3654.         Thank you for your interest in FastLst.
  3655.         
  3656.         
  3657.